Rodja Trappe d4db2d8068 adding more tests 2 éve
..
README.md c805483cdf code review 2 éve
__init__.py 4f500e88d1 began with first selenium pytest 2 éve
conftest.py f5ec5402e8 code review 2 éve
helper.py b10533f7f8 code review 2 éve
requirements.txt c805483cdf code review 2 éve
screen.py 9a049a87ba fix wait_for 2 éve
test_3d_scene.py 7ebf5daa82 try to fix flaky test with larger interval 2 éve
test_auto_context.py d4db2d8068 adding more tests 2 éve
test_bindings.py b10533f7f8 code review 2 éve
test_element.py e5431c8def allow changing the options of choice elements 2 éve
test_events.py fada57c0ce add automatic UI updates for async timer and event callbacks 2 éve
test_javascript.py 0d18e1fb78 try simplifying flaky javascript test 2 éve
test_pages.py d4db2d8068 adding more tests 2 éve
test_routes.py b710c4e7ea allow declaring path parameters for ui.page like with ui.get 2 éve
test_screen.py b0a2aeb789 fix tests 2 éve
test_timer.py 0875c86b43 try to fix flaky test with a bit more delay 2 éve

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.