Falko Schindler f88b5eb16e try to make auto-context test more robust %!s(int64=2) %!d(string=hai) anos
..
README.md c805483cdf code review %!s(int64=2) %!d(string=hai) anos
__init__.py 4f500e88d1 began with first selenium pytest %!s(int64=2) %!d(string=hai) anos
conftest.py 1f168e3e06 remove IndexClient and ErrorClient %!s(int64=2) %!d(string=hai) anos
input.py 79a5a91b8d re-organize tests %!s(int64=2) %!d(string=hai) anos
requirements.txt c805483cdf code review %!s(int64=2) %!d(string=hai) anos
screen.py ce592ccfad check only first log message %!s(int64=2) %!d(string=hai) anos
test_auto_context.py f88b5eb16e try to make auto-context test more robust %!s(int64=2) %!d(string=hai) anos
test_binding.py 79a5a91b8d re-organize tests %!s(int64=2) %!d(string=hai) anos
test_element.py 6ce47af6d6 support unquoted URLs as props %!s(int64=2) %!d(string=hai) anos
test_events.py 51270a5247 code review %!s(int64=2) %!d(string=hai) anos
test_image.py 79a5a91b8d re-organize tests %!s(int64=2) %!d(string=hai) anos
test_javascript.py d6cfc95565 support async javascript calls %!s(int64=2) %!d(string=hai) anos
test_joystick.py 79a5a91b8d re-organize tests %!s(int64=2) %!d(string=hai) anos
test_keyboard.py 2acb1d45e0 try to fix keyboard test %!s(int64=2) %!d(string=hai) anos
test_label.py e567329c8c fix some page tests %!s(int64=2) %!d(string=hai) anos
test_lifecycle.py e8075cd2c8 fix auto-context tests %!s(int64=2) %!d(string=hai) anos
test_link.py 1a37716850 automated test to reproduce bug caused by <base> %!s(int64=2) %!d(string=hai) anos
test_page.py ce592ccfad check only first log message %!s(int64=2) %!d(string=hai) anos
test_scene.py 70170d9e47 .getChildByName() has been renamed to .getObjectByName() %!s(int64=2) %!d(string=hai) anos
test_table.py a3b65cb496 add test_table %!s(int64=2) %!d(string=hai) anos
test_timer.py f806bad4e4 stop timer on private page after socket has been closed %!s(int64=2) %!d(string=hai) anos
test_toggle.py 79a5a91b8d re-organize tests %!s(int64=2) %!d(string=hai) anos

README.md

Automated Tests for NiceGUI

Setup

Mac

cd nicegui # enter the project root dir
brew install cask chromedriver
python3 -m pip install -r tests/requirements.txt

Usage

Use selenium-fixture to control and query the website. See https://selenium-python.readthedocs.io/getting-started.html for documentation of the available method calls to the webdriver.