Rodja Trappe 2af8ff43f5 adding user.should_not_see 2 vuotta sitten
..
README.md c805483cdf code review 2 vuotta sitten
__init__.py 4f500e88d1 began with first selenium pytest 2 vuotta sitten
conftest.py 2257d4c44f code review 2 vuotta sitten
requirements.txt c805483cdf code review 2 vuotta sitten
test_auto_context.py 2af8ff43f5 adding user.should_not_see 2 vuotta sitten
test_element.py 6ddf60d1dd improve element tests 2 vuotta sitten
test_javascript.py 2d9aa2d975 add javascript tests 2 vuotta sitten
test_pages.py 1568a0d7d7 add more page tests 2 vuotta sitten
test_user.py ed892f6451 fixed and improved page rendering test 2 vuotta sitten
user.py 2af8ff43f5 adding user.should_not_see 2 vuotta sitten

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.