Rodja Trappe d2f066a4c0 Introducing PageEvent and updated docs/tests #130 пре 2 година
..
README.md c805483cdf code review пре 2 година
__init__.py 4f500e88d1 began with first selenium pytest пре 2 година
conftest.py f806bad4e4 stop timer on private page after socket has been closed пре 2 година
helper.py b10533f7f8 code review пре 2 година
requirements.txt c805483cdf code review пре 2 година
screen.py f806bad4e4 stop timer on private page after socket has been closed пре 2 година
test_3d_scene.py 7ebf5daa82 try to fix flaky test with larger interval пре 2 година
test_auto_context.py b0a2aeb789 fix tests пре 2 година
test_bindings.py b10533f7f8 code review пре 2 година
test_element.py 81eb996381 fix another edge case with old style parser #98 пре 2 година
test_javascript.py 0d18e1fb78 try simplifying flaky javascript test пре 2 година
test_pages.py d2f066a4c0 Introducing PageEvent and updated docs/tests #130 пре 2 година
test_routes.py b710c4e7ea allow declaring path parameters for ui.page like with ui.get пре 2 година
test_screen.py b0a2aeb789 fix tests пре 2 година
test_timer.py f806bad4e4 stop timer on private page after socket has been closed пре 2 година

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.