Rodja Trappe c58959eb8a cleanup %!s(int64=2) %!d(string=hai) anos
..
README.md b8dd6f8ab3 added test for page at custom path %!s(int64=2) %!d(string=hai) anos
__init__.py 4f500e88d1 began with first selenium pytest %!s(int64=2) %!d(string=hai) anos
conftest.py c3c0f5a170 fixed warning about non-w3c conformity %!s(int64=2) %!d(string=hai) anos
pytest.ini 4f500e88d1 began with first selenium pytest %!s(int64=2) %!d(string=hai) anos
requirements.txt 4f500e88d1 began with first selenium pytest %!s(int64=2) %!d(string=hai) anos
test_pages.py e9d775c659 Test creating pages after startup. %!s(int64=2) %!d(string=hai) anos
user.py c58959eb8a cleanup %!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 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.