Rodja Trappe c58959eb8a cleanup vor 2 Jahren
..
README.md b8dd6f8ab3 added test for page at custom path vor 2 Jahren
__init__.py 4f500e88d1 began with first selenium pytest vor 2 Jahren
conftest.py c3c0f5a170 fixed warning about non-w3c conformity vor 2 Jahren
pytest.ini 4f500e88d1 began with first selenium pytest vor 2 Jahren
requirements.txt 4f500e88d1 began with first selenium pytest vor 2 Jahren
test_pages.py e9d775c659 Test creating pages after startup. vor 2 Jahren
user.py c58959eb8a cleanup vor 2 Jahren

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.