You can use ↑↓→← to move around and use ENTER to
select.
You can increase the test timeout or download
the test package and host it locally to avoid any issues caused by
bandwidth and latency. However, the XHRAbort test is independent to network
condition and should pass when running from the remote server.
You can add GET parameters to main.html to alter
the way the tests runs.
- Use
main.html?command=run
to run all tests.
- Use
main.html?view_type=full
to show full view, which has controls for individual test
and is useful on PC.
- Use
main.html?tests=1,2,5,10
to select tests 1, 2, 5 and 10.
- Use
main.html?exclude=2,5,8
to exclude tests 2, 5 and 8.
- Use
main.html?loop=true
to turn on loop.
- Use
main.html?stoponfailure=true
to turn on stoponfailure.
- Use
main.html?disable_log=true
to disable log.
- Use
main.html?timeout=60000
to set timeout to 60000ms. By default timeout is 30000.
Note: Most of these parameters can be combined. So
main.html?command=run&tests_mask=10101&stoponfailure=true
will run tests 1, 3 and 5 automatically and stop on the first failure.