Rodja Trappe 2af8ff43f5 adding user.should_not_see %!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 2257d4c44f code review %!s(int64=2) %!d(string=hai) anos
requirements.txt c805483cdf code review %!s(int64=2) %!d(string=hai) anos
test_auto_context.py 2af8ff43f5 adding user.should_not_see %!s(int64=2) %!d(string=hai) anos
test_element.py 6ddf60d1dd improve element tests %!s(int64=2) %!d(string=hai) anos
test_javascript.py 2d9aa2d975 add javascript tests %!s(int64=2) %!d(string=hai) anos
test_pages.py 1568a0d7d7 add more page tests %!s(int64=2) %!d(string=hai) anos
test_user.py ed892f6451 fixed and improved page rendering test %!s(int64=2) %!d(string=hai) anos
user.py 2af8ff43f5 adding user.should_not_see %!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.