Falko Schindler 2911e6cf0b try to find reason for failing test_moving_sphere_with_timer há 2 anos atrás
..
README.md c805483cdf code review há 2 anos atrás
__init__.py 4f500e88d1 began with first selenium pytest há 2 anos atrás
conftest.py 1f168e3e06 remove IndexClient and ErrorClient há 2 anos atrás
input.py 79a5a91b8d re-organize tests há 2 anos atrás
requirements.txt c805483cdf code review há 2 anos atrás
screen.py ce592ccfad check only first log message há 2 anos atrás
test_auto_context.py a4bd925637 fix another test há 2 anos atrás
test_binding.py 79a5a91b8d re-organize tests há 2 anos atrás
test_element.py 79a5a91b8d re-organize tests há 2 anos atrás
test_events.py 51270a5247 code review há 2 anos atrás
test_image.py 79a5a91b8d re-organize tests há 2 anos atrás
test_javascript.py d6cfc95565 support async javascript calls há 2 anos atrás
test_joystick.py 79a5a91b8d re-organize tests há 2 anos atrás
test_keyboard.py 2acb1d45e0 try to fix keyboard test há 2 anos atrás
test_label.py e567329c8c fix some page tests há 2 anos atrás
test_lifecycle.py e8075cd2c8 fix auto-context tests há 2 anos atrás
test_link.py 1a37716850 automated test to reproduce bug caused by <base> há 2 anos atrás
test_page.py ce592ccfad check only first log message há 2 anos atrás
test_scene.py 2911e6cf0b try to find reason for failing test_moving_sphere_with_timer há 2 anos atrás
test_table.py a3b65cb496 add test_table há 2 anos atrás
test_timer.py f806bad4e4 stop timer on private page after socket has been closed há 2 anos atrás
test_toggle.py 79a5a91b8d re-organize tests há 2 anos atrás

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.