Falko Schindler 1ba3a11f3b forbid yield on shared pages il y a 2 ans
..
README.md c805483cdf code review il y a 2 ans
__init__.py 4f500e88d1 began with first selenium pytest il y a 2 ans
conftest.py 3de7d9b60f repair cleanup fixture il y a 2 ans
helper.py b10533f7f8 code review il y a 2 ans
requirements.txt c805483cdf code review il y a 2 ans
screen.py 1ba3a11f3b forbid yield on shared pages il y a 2 ans
test_3d_scene.py b10533f7f8 code review il y a 2 ans
test_auto_context.py b10533f7f8 code review il y a 2 ans
test_bindings.py b10533f7f8 code review il y a 2 ans
test_element.py 81eb996381 fix another edge case with old style parser #98 il y a 2 ans
test_javascript.py 8fc8b2750b #112 rasing exception if page is not ready il y a 2 ans
test_pages.py 1ba3a11f3b forbid yield on shared pages il y a 2 ans
test_screen.py c3329bec17 fix tests #104 il y a 2 ans

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.