Releases: browserstack/browserstack-runner
Releases · browserstack/browserstack-runner
0.9.5 - Fixes for minor issues
0.9.1 - minor refactoring
Feature: CLI filters for paths and browsers
-
Feature(#107): browserstack-runner now accepts
--path
and--browsers
arguments. closes #204--path
: Can be used if a different test runner is needed other than the one present in the browserstack.json file.
--browsers
or-b
: Space separated list ofcli_key
as defined in the browserstack.json file. This will run tests on the selected browsers only. If not present tests will run on all browsers present in the configuration file. Refer (README)[https://github.com/browserstack/browserstack-runner#usage] for more information -
Fix: Don't clobber window.console #199
-
Fix: Update (dev)Dependencies to fix vulnerabilities reported by npm audit #205
Fix: Timeout issues with iOS
Add `tunnel_pid`, `test_server_port` and `exit_with_fail` settings.
Bug Fix: Added Content-Encoding Support
- Fixed encoding issues while forwarding requests from proxy_server
Bug Fixes
Bug fix: Stalled exit due to terminateWorker
- Fixes stalled exit by ignoring terminateWorker errors
Bug Fix: RequireJS compatibility
- Fixes compatibility with pages containing RequireJS
Bug Fixes
- Enabled logging objects with circular references
- Support for multi-argument
console.log
andconsole.warn
- Handled partially downloaded BrowserStackLocal binary
- Fixed printing of errors/stacktrace when using Mocha
- Fixed
TypeError: Object #<Object> has no method 'getTestBrowserInfo'
by validating worker id - Added finer logging for debugging purposes:
LOG_LEVEL=trace browserstack-runner --verbose