Rodja Trappe f6543a56e0 Merge commit 'c63828ef2c7b8f464b7fff43784a3f8b7802f6a0' into v1.3 1 năm trước cách đây
..
README.md a77e3c6121 review 2 năm trước cách đây
__init__.py 4f500e88d1 began with first selenium pytest 2 năm trước cách đây
conftest.py 594ddd2ed7 remove duplicate code 1 năm trước cách đây
requirements.txt 724d997513 add bs4 dependency 2 năm trước cách đây
screen.py f6543a56e0 Merge commit 'c63828ef2c7b8f464b7fff43784a3f8b7802f6a0' into v1.3 1 năm trước cách đây
test_aggrid.py 9ae5d5f8c4 replace msg['args'] with e.args 1 năm trước cách đây
test_api_router.py 240ddfa801 adding tests for APIRouter 2 năm trước cách đây
test_audio.py bf007e09b4 #600 add pytests for replacing custom elements 2 năm trước cách đây
test_auto_context.py 2ca3f765b7 another code review 1 năm trước cách đây
test_binding.py 3670653ec6 splitting screen.find and screen.should_contain_input 2 năm trước cách đây
test_button.py 2ca3f765b7 another code review 1 năm trước cách đây
test_chart.py d5121a56d4 #948 add pytest 2 năm trước cách đây
test_chat.py 16465fdc68 chat: translate newlines for non-HTML text only 2 năm trước cách đây
test_color_input.py 6f254ff59d #603 make pytest more flexible 2 năm trước cách đây
test_colors.py 8f2adf8253 #600 add unique key prop as a workaround 2 năm trước cách đây
test_dark_mode.py 90453d7349 #783 add dark_mode pytest 2 năm trước cách đây
test_date.py afe5023641 add pytest with dynamic props 2 năm trước cách đây
test_dialog.py 3c00a8619b #338 introduce outbox; update elements during initialization, not when leaving container 2 năm trước cách đây
test_download.py d18347bb6b #656 introduce ui.download 2 năm trước cách đây
test_element.py 927cd3e73f introduce element.move() 2 năm trước cách đây
test_events.py b76e980457 filter some more event args 1 năm trước cách đây
test_expansion.py 3c00a8619b #338 introduce outbox; update elements during initialization, not when leaving container 2 năm trước cách đây
test_favicon.py a0a8a823ae add support for data urls 2 năm trước cách đây
test_helpers.py bde46be867 #1039 fix helpers.is_file for invalid file paths 1 năm trước cách đây
test_image.py 79a5a91b8d re-organize tests 2 năm trước cách đây
test_input.py 57b97e7a47 #1092 add test to reproduce the bug 1 năm trước cách đây
test_interactive_image.py bf007e09b4 #600 add pytests for replacing custom elements 2 năm trước cách đây
test_javascript.py 95364b7003 clean up test, remove some waits, introduce alias wait_for 2 năm trước cách đây
test_joystick.py 2ca3f765b7 another code review 1 năm trước cách đây
test_json.py 79ffcad490 #669 review 2 năm trước cách đây
test_keyboard.py bd0dd2971f fix keyboard test (after removing the invisible element in a previous commit) 2 năm trước cách đây
test_knob.py aad853b067 #424 add pytest 2 năm trước cách đây
test_label.py cbd4a53031 #791 add pytest 2 năm trước cách đây
test_lifecycle.py f854074b48 add test for startup and shutdown lifecycle hook 2 năm trước cách đây
test_link.py f2eb6bb10b add pytest for linking to elements 2 năm trước cách đây
test_log.py 2ca3f765b7 another code review 1 năm trước cách đây
test_markdown.py d06585905a try to fix flaky test 1 năm trước cách đây
test_mermaid.py bf007e09b4 #600 add pytests for replacing custom elements 2 năm trước cách đây
test_number.py 11013fbf7b fix pytest 1 năm trước cách đây
test_observables.py 8fdb504673 try to fix pytests 2 năm trước cách đây
test_page.py 040f43b984 review 2 năm trước cách đây
test_plotly.py bf007e09b4 #600 add pytests for replacing custom elements 2 năm trước cách đây
test_query.py 34291fc849 #411 add pytests 2 năm trước cách đây
test_refreshable.py c8e3ab274f fix pytest for Python 3.7 1 năm trước cách đây
test_scene.py 82a55f1c45 fix scene tests 1 năm trước cách đây
test_select.py 55555a749f let ui.select support "multiple" prop 2 năm trước cách đây
test_serving_files.py 58b2ce36e5 code review 1 năm trước cách đây
test_spinner.py 1355cc1465 #368 introduce ui.spinner 2 năm trước cách đây
test_splitter.py b03f70e027 #676 review, additional splitter example 2 năm trước cách đây
test_stepper.py 72b6976a6b add pytest 1 năm trước cách đây
test_storage.py 16c4c7ddc7 add pytest 1 năm trước cách đây
test_table.py 24196c8c9d introduce wrapper component for ui.table to support dynamic column attributes 1 năm trước cách đây
test_tabs.py 95de7d8330 code review 1 năm trước cách đây
test_tailwind.py f533a8bd57 #362 add pytests 2 năm trước cách đây
test_time.py 17230d2523 add waits to reduce flakyness 2 năm trước cách đây
test_timer.py 04eba6d578 code review 1 năm trước cách đây
test_toggle.py 79a5a91b8d re-organize tests 2 năm trước cách đây
test_upload.py a22717ee7f #787 fix ui.upload behind reverse proxy with subpath 2 năm trước cách đây
test_video.py bf007e09b4 #600 add pytests for replacing custom elements 2 năm trước cách đây

README.md

Automated Tests for NiceGUI

Motivation

Testing a user interface is hard work. But to ensure NiceGUI is working as expected it is of utmost importance. Even if automated testing needs a lot of infrastructure and results in long execution times, we believe that it's worth the effort when compared to manual testing.

Setup

Please be aware that the below commands install the latest version of the ChromeDriver binary, which is compatible with the version of Google Chrome installed on your system. If you have a different version of Chrome installed, you may need to install a different version of ChromeDriver or update your Chrome installation to be compatible with the installed ChromeDriver version.

Mac

cd nicegui # enter the project root dir
brew install cask chromedriver
python3 -m pip install -r tests/requirements.txt

Note: The above instructions assume that you have already installed Homebrew (a package manager for macOS) on your system. If you haven't, you can follow the instructions on https://brew.sh/ to install it.

Windows

cd nicegui # enter the project root dir
choco install chromedriver
python3 -m pip install -r tests/requirements.txt

Note: The above instructions assume that you have already installed Chocolatey (a package manager for Windows) on your system. If you haven't, you can follow the instructions on https://chocolatey.org/install to install it.

Linux

cd nicegui # enter the project root dir
sudo apt-get update
sudo apt-get install chromium-chromedriver
python3 -m pip install -r tests/requirements.txt

Note: The above instructions assume that you are using a Debian-based Linux distribution. If you are using a different distribution, the package manager and package names may differ. Please refer to the documentation for your distribution for more information.

Usage

Because Selenium queries are quite cumbersome and lengthy, we introduced a Screen class. This provides a high-level interface to work with the currently displayed state of the web browser. The workflow is as follows:

  1. Get the screen fixture by providing screen: Screen as an argument to the function.
  2. Write your NiceGUI code inside the function.
  3. Use screen.open(...) with the appropriate URL path to start querying the website.
  4. For example, use screen.should_contain(...) with some text as parameter to ensure that the text is shown.

Here is a very simple example:

from nicegui import ui
from .screen import Screen

def test_hello_world(screen: Screen):
    ui.label('Hello, world')

    screen.open('/')
    screen.should_contain('Hello, world')

Have a look at the existing tests for more examples. Internally we use selenium-fixture (see conftest.py). To access the webdriver directly you can use the screen.selenium property. Have a look at https://selenium-python.readthedocs.io/getting-started.html for documentation of the available method calls to the webdriver.