diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-06 14:21:24 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-06 14:21:24 -0800 |
commit | b9db8f9d5c9ee5bcb5de352585b486bffbe85b5e (patch) | |
tree | 748e016b8a2e6712e3a363dc2d50e1577b05373e /tests/runner.py | |
parent | 7be8742ca7b32b7b31297c5ee33f74dde8aac215 (diff) | |
parent | 2a7b7d2b5c71980516706dc7ae99b64b6d789fb5 (diff) |
Merge pull request #2198 from juj/interactive_tests
Interactive tests
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/runner.py b/tests/runner.py index c13a16eb..26912f25 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -779,14 +779,11 @@ A recommended order is: (the main test suite) other - tests separate from the main suite browser - runs pages in a web browser + interactive - runs interactive browser tests that need human verification, and could not be automated sockets - runs websocket networking tests benchmark - run before and after each set of changes before pushing to master, verify no regressions -There are also commands to run specific subsets of the test suite: - - browser.audio - runs audio tests in a web browser (requires human verification) - To run one of those parts, do something like python tests/runner.py sanity |