Rodja Trappe 16e1b05150 moved pytest.ini to root because pytests are executed from this dir před 2 roky
..
README.md b8dd6f8ab3 added test for page at custom path před 2 roky
__init__.py 4f500e88d1 began with first selenium pytest před 2 roky
conftest.py c3c0f5a170 fixed warning about non-w3c conformity před 2 roky
requirements.txt 4f500e88d1 began with first selenium pytest před 2 roky
test_pages.py e9d775c659 Test creating pages after startup. před 2 roky
user.py c58959eb8a cleanup před 2 roky

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.