Rodja Trappe d12f6ab9f1 add test to demonstrate "JavaScript did not respond in time" error (see https://github.com/zauberzeug/nicegui/issues/85#issuecomment-1253402418) пре 2 година
..
README.md c805483cdf code review пре 2 година
__init__.py 4f500e88d1 began with first selenium pytest пре 2 година
conftest.py ec9ae754a3 reset globals before each testrun пре 2 година
requirements.txt c805483cdf code review пре 2 година
test_pages.py d12f6ab9f1 add test to demonstrate "JavaScript did not respond in time" error (see https://github.com/zauberzeug/nicegui/issues/85#issuecomment-1253402418) пре 2 година
user.py 1f36b9b110 refactoring to make tests more readable пре 2 година

README.md

Automated Tests for NiceGUI

Setup

Mac

cd nicegui # enter the project root dir
brew install cask chromedriver
python3 -m pip install -r 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.