Rodja Trappe c7d43d89a7 show browser logs пре 2 година
..
README.md c805483cdf code review пре 2 година
__init__.py 4f500e88d1 began with first selenium pytest пре 2 година
conftest.py c7d43d89a7 show browser logs пре 2 година
helper.py 9c7290f637 pytest: implemented remove_prefix for python 3.8 and lower пре 2 година
requirements.txt c805483cdf code review пре 2 година
screen.py 9c7290f637 pytest: implemented remove_prefix for python 3.8 and lower пре 2 година
test_3d_scene.py a50bc2a988 pytest: adding more analysis пре 2 година
test_auto_context.py a50bc2a988 pytest: adding more analysis пре 2 година
test_element.py a50bc2a988 pytest: adding more analysis пре 2 година
test_javascript.py ba63bd224b pytest: renaming User to Screen пре 2 година
test_pages.py ba63bd224b pytest: renaming User to Screen пре 2 година
test_screen.py 79cc358d95 renaming пре 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.