Falko Schindler 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 2 години
..
README.md c805483cdf code review преди 2 години
__init__.py 4f500e88d1 began with first selenium pytest преди 2 години
conftest.py 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 2 години
input.py 79a5a91b8d re-organize tests преди 2 години
requirements.txt c805483cdf code review преди 2 години
screen.py 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 2 години
test_auto_context.py 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 2 години
test_binding.py 79a5a91b8d re-organize tests преди 2 години
test_chart.py 5b0bcde11d add test for chart extras преди 2 години
test_element.py 6ce47af6d6 support unquoted URLs as props преди 2 години
test_events.py 51270a5247 code review преди 2 години
test_image.py 79a5a91b8d re-organize tests преди 2 години
test_javascript.py 048684ce42 renamed client.handshake to client.connected преди 2 години
test_joystick.py 79a5a91b8d re-organize tests преди 2 години
test_keyboard.py 2acb1d45e0 try to fix keyboard test преди 2 години
test_label.py e567329c8c fix some page tests преди 2 години
test_lifecycle.py f854074b48 add test for startup and shutdown lifecycle hook преди 2 години
test_link.py 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 2 години
test_page.py 3c7b3bc695 Merge branch 'main' into client_connections преди 2 години
test_scene.py 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 2 години
test_table.py 9039de018d #233 add test преди 2 години
test_timer.py 7bf214ef7d code review преди 2 години
test_toggle.py 79a5a91b8d re-organize tests преди 2 години
test_upload.py 855c8fc6d9 apply some sourcery.ai-inspired refactorings преди 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.