summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm/misc/tst_qwasmwindowstack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wasm: move wasm tests to own subdirectoriesMorten Sørvig2024-04-151-714/+0
| | | | | | | | Match the standard one-test-per-directory setup. Change-Id: I0e29e3c5626ef5f739b1680d53a2a74f0c77f9be Reviewed-by: Piotr Wierciński <[email protected]> Reviewed-by: Jøger Hansegård <[email protected]>
* wasm: Refractor Selenium manual test into auto testPiotr Wierciński2024-02-071-0/+714
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 <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>