Confirmed users
1,927
edits
(→Usage) |
|||
Line 48: | Line 48: | ||
== Usage == | == Usage == | ||
The client can be started by just running "python speedtests.py". If you don't want to run all the browsers, you can append a list of desired browsers, e.g. "python speedtests.py nightly 'internet explorer' chrome". | The client can be started by just running "python speedtests.py". If you don't want to run all the browsers, you can append a list of desired browsers, e.g. "python speedtests.py nightly 'internet explorer' chrome". You can also use the "-t" option to provide a test path. Note that in this case speedtests.py does not fetch the test list from the server, so you have to provide the full (relative) path, e.g. -t test262/default.html. | ||
It can also be run in test mode by appending the | It can also be run in test mode by appending the "--testmode" option. This causes the server to return simple test pages that do not run any tests but exercise the framework itself, namely, ensuring that the browser can deal with popups, accessing localhost, etc. | ||
There are also two commands to help you set up and test the stored profiles: | There are also two commands to help you set up and test the stored profiles: |