Rodja Trappe 8c26fa2acf Load documentation on_page_ready. 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 19182ecf73 longer timeouts il y a 2 ans
helper.py 9c7290f637 pytest: implemented remove_prefix for python 3.8 and lower il y a 2 ans
requirements.txt c805483cdf code review il y a 2 ans
screen.py ad2876e7a6 fixed changed rendering für #98 il y a 2 ans
test_3d_scene.py b8f57023de try to fix timing of test il y a 2 ans
test_auto_context.py 0bfd587e26 increasing retries for slow gh action execution il y a 2 ans
test_element.py 3854793d1f provide integration test for #98 il y a 2 ans
test_javascript.py ba63bd224b pytest: renaming User to Screen il y a 2 ans
test_pages.py 8c26fa2acf Load documentation on_page_ready. il y a 2 ans
test_screen.py 79cc358d95 renaming 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.