You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`test_path`: Path to the test page which will run the tests when opened in a browser.
170
170
*`test_framework`: Specify test framework which will run the tests. Currently supporting qunit, jasmine, jasmine1.3.1, jasmine2 and mocha.
171
+
*`test_server_port`: Specify test server port that will be opened from BrowserStack. If not set the default port 8888 will be used. Find a [list of all supported ports on browerstack.com](https://www.browserstack.com/question/664).
171
172
*`timeout`: Specify worker timeout with BrowserStack.
172
173
*`browsers`: A list of browsers on which tests are to be run. Find a [list of all supported browsers and platforms on browerstack.com](https://www.browserstack.com/list-of-browsers-and-platforms?product=js_testing).
173
174
*`build`: A string to identify your test run in Browserstack. In `TRAVIS` setup `TRAVIS_COMMIT` will be the default identifier.
174
175
*`proxy`: Specify a proxy to use for the local tunnel. Object with `host`, `port`, `username` and `password` properties.
175
176
*`exit_with_fail`: If set to true the cli process will exit with fail if any of the tests failed. Useful for automatic build systems.
177
+
*`tunnel_pid_file`: Specify a path to file to save the tunnel process id into. Can also by specified using the `--pid` flag while launching browserstack-runner from the command line.
0 commit comments