Rodja Trappe c7d43d89a7 show browser logs %!s(int64=2) %!d(string=hai) anos
..
README.md c805483cdf code review %!s(int64=2) %!d(string=hai) anos
__init__.py 4f500e88d1 began with first selenium pytest %!s(int64=2) %!d(string=hai) anos
conftest.py c7d43d89a7 show browser logs %!s(int64=2) %!d(string=hai) anos
helper.py 9c7290f637 pytest: implemented remove_prefix for python 3.8 and lower %!s(int64=2) %!d(string=hai) anos
requirements.txt c805483cdf code review %!s(int64=2) %!d(string=hai) anos
screen.py 9c7290f637 pytest: implemented remove_prefix for python 3.8 and lower %!s(int64=2) %!d(string=hai) anos
test_3d_scene.py a50bc2a988 pytest: adding more analysis %!s(int64=2) %!d(string=hai) anos
test_auto_context.py a50bc2a988 pytest: adding more analysis %!s(int64=2) %!d(string=hai) anos
test_element.py a50bc2a988 pytest: adding more analysis %!s(int64=2) %!d(string=hai) anos
test_javascript.py ba63bd224b pytest: renaming User to Screen %!s(int64=2) %!d(string=hai) anos
test_pages.py ba63bd224b pytest: renaming User to Screen %!s(int64=2) %!d(string=hai) anos
test_screen.py 79cc358d95 renaming %!s(int64=2) %!d(string=hai) anos

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.