Rodja Trappe c664afb780 Testing on_page_ready callback. 2 роки тому
..
README.md c805483cdf code review 2 роки тому
__init__.py 4f500e88d1 began with first selenium pytest 2 роки тому
conftest.py ca2820666f testing moving sphere in 3d scene (and fixing auto-context) 2 роки тому
requirements.txt c805483cdf code review 2 роки тому
test_3d_scene.py a68a6e6b1a code review 2 роки тому
test_auto_context.py 2af8ff43f5 adding user.should_not_see 2 роки тому
test_element.py b54f827cef fix style definitions with trailing semicolon #93 2 роки тому
test_javascript.py 2d9aa2d975 add javascript tests 2 роки тому
test_pages.py c664afb780 Testing on_page_ready callback. 2 роки тому
test_user.py ed892f6451 fixed and improved page rendering test 2 роки тому
user.py 9aa9eca4d0 extended keyboard test 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.