Falko Schindler 3cb4484f0b #220 fix test 2 rokov pred
..
README.md c805483cdf code review 2 rokov pred
__init__.py 4f500e88d1 began with first selenium pytest 2 rokov pred
conftest.py 1f168e3e06 remove IndexClient and ErrorClient 2 rokov pred
input.py 79a5a91b8d re-organize tests 2 rokov pred
requirements.txt c805483cdf code review 2 rokov pred
screen.py b4e60f00b4 adding tab switching to screen 2 rokov pred
test_auto_context.py f88b5eb16e try to make auto-context test more robust 2 rokov pred
test_binding.py 79a5a91b8d re-organize tests 2 rokov pred
test_chart.py 5b0bcde11d add test for chart extras 2 rokov pred
test_element.py 6ce47af6d6 support unquoted URLs as props 2 rokov pred
test_events.py 51270a5247 code review 2 rokov pred
test_image.py 79a5a91b8d re-organize tests 2 rokov pred
test_javascript.py d6cfc95565 support async javascript calls 2 rokov pred
test_joystick.py 79a5a91b8d re-organize tests 2 rokov pred
test_keyboard.py 2acb1d45e0 try to fix keyboard test 2 rokov pred
test_label.py e567329c8c fix some page tests 2 rokov pred
test_lifecycle.py acf1f8db39 #219 fix async connect handlers 2 rokov pred
test_link.py 1a37716850 automated test to reproduce bug caused by <base> 2 rokov pred
test_page.py ce592ccfad check only first log message 2 rokov pred
test_scene.py 3110930bf8 use more robust scene ID for tests #218 2 rokov pred
test_table.py 1dc4929071 #217 add test for html columns 2 rokov pred
test_timer.py 7bf214ef7d code review 2 rokov pred
test_toggle.py 79a5a91b8d re-organize tests 2 rokov pred
test_upload.py 3cb4484f0b #220 fix test 2 rokov pred

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.