Rodja Trappe b75ce870f6 enforcing explicit passing of path to improve readability. %!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 ec9ae754a3 reset globals before each testrun %!s(int64=2) %!d(string=hai) anos
requirements.txt c805483cdf code review %!s(int64=2) %!d(string=hai) anos
test_pages.py b75ce870f6 enforcing explicit passing of path to improve readability. %!s(int64=2) %!d(string=hai) anos
user.py b75ce870f6 enforcing explicit passing of path to improve readability. %!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.