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

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.