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

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.