summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm/selenium/run.bat
blob: 031e0b13ab41f4394ee180356520496e544c3d5f (plain)
1
2
3
4
5
6
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"