summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm/selenium/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/wasm/selenium/run.bat')
-rw-r--r--tests/auto/wasm/selenium/run.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/wasm/selenium/run.bat b/tests/auto/wasm/selenium/run.bat
new file mode 100644
index 0000000000..031e0b13ab
--- /dev/null
+++ b/tests/auto/wasm/selenium/run.bat
@@ -0,0 +1,7 @@
+::
+:: The highest version of python that can be used is 3.11
+:: Download from here: https://www.python.org/downloads/release/python-3118/
+::
+start "qtwasmserver.py" python qtwasmserver.py -p 8001
+python qwasmwindow.py
+taskkill /FI "WINDOWTITLE eq qtwasmserver.py"