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
* Add support of `config.tunnel_pid` and cli `—pid` param
- It should be a string like “/dir1/dir2/file.pid” to save process id
- It will allow external process to control the tunnel process
- If automated jobs for browserstack hanged or shutdown, we want to kill previous tunnel process manually before starting tests again.
* Add support of `config.test_server_port` param
- If not set, the default 8888 port is used
- List of support ports: https://www.browserstack.com/question/664
*`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, 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.
176
+
*`tunnel_pid`: Specify a path to file to save the tunnel process id into.
0 commit comments