qt6-bb10/tests/manual/wasm
Piotr Wierciński d2862a8f02 wasm: Refractor Selenium manual test into auto test
Using Selenium for WebAssembly testing enables us
to test user interactions, which is very valuable.
Turning this test into automated allows us to run
it in CI pipeline. This will help with detecting
regressions.
Two of these tests are currently failing on CI
machine and they have been temporarily disabled.

Change-Id: I754dd05955e55eb031070f5328ef715b7826c2b5
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2024-02-07 13:15:09 +01:00
..
a11y Change license for tests files 2024-02-04 09:56:42 +01:00
clipboard Change license for tests files 2024-02-04 09:56:42 +01:00
cursors Change license for tests files 2024-02-04 09:56:42 +01:00
eventloop Change license for tests files 2024-02-04 09:56:42 +01:00
localfiles Change license for tests files 2024-02-04 09:56:42 +01:00
network Change license for tests files 2024-02-04 09:56:42 +01:00
qstdweb Change license for tests files 2024-02-04 09:56:42 +01:00
qtloader Set up a manual test for qt loader 2022-11-24 18:47:49 +01:00
qtloader_integration Change license for tests files 2024-02-04 09:56:42 +01:00
qtwasmtestlib Change license for tests files 2024-02-04 09:56:42 +01:00
rasterwindow Change license for tests files 2024-02-04 09:56:42 +01:00
shared Add test filter argument to wasm js test runner 2023-06-15 18:55:32 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
README.md wasm: add qtwasmtestlib 2022-06-29 15:09:02 +02:00

README.md

Manual tests and examples for Qt on WebAssembly

These examples demonstrates various technical aspects of the Qt for WebAssambly platform port, and can be used as a reference when writing application code.

Content

cursors         Cursor handling
eventloop       Event loops, application startup, dialog exec()
localfiles      Local file download and upload
rasterwindow    Basic GUI app, event handling
qtwasmtestlib   native auto test framework