diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 10:14:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 10:14:37 -0700 |
commit | 4c8be1a462006db29ade93dc5093aab5374e56d8 (patch) | |
tree | ad84ba89b8f7869c84728653cd5c7ed434e4954b /tests/runner.py | |
parent | f89be63736cfbfb5a4ab9739449b802751f10234 (diff) |
document browser sockets test runner option
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 67b81214..096f3426 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -27,6 +27,10 @@ Running the main part of the test suite. Don't forget to run the other parts! benchmark - run before and after each set of changes before pushing to master, verify no regressions browser - runs pages in a web browser + +There are also commands to run specific subsets of the test suite: + + browser sockets - runs websocket networking tests browser audio - runs audio tests in a web browser (requires human verification) To run one of those parts, do something like |