Skip to content

Releases: browserstack/browserstack-runner

0.9.5 - Fixes for minor issues

21 Apr 10:38
Compare
Choose a tag to compare

0.9.1 - minor refactoring

30 Jan 08:46
1df5c7e
Compare
Choose a tag to compare

Feature: CLI filters for paths and browsers

30 Aug 10:57
Compare
Choose a tag to compare
  • 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 of cli_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

09 Aug 12:21
Compare
Choose a tag to compare

Add `tunnel_pid`, `test_server_port` and `exit_with_fail` settings.

07 Dec 11:41
fb11e48
Compare
Choose a tag to compare

Bug Fix: Added Content-Encoding Support

05 Dec 13:08
2e28f70
Compare
Choose a tag to compare
  • Fixed encoding issues while forwarding requests from proxy_server

Bug Fixes

10 May 13:41
Compare
Choose a tag to compare
  • Fixed reporting for non-json logs
  • Added specs around reporting
  • Fixed log printing in QUnit
  • Added a workaround for a case where worker was undefined

Bug fix: Stalled exit due to terminateWorker

12 May 08:10
Compare
Choose a tag to compare
  • Fixes stalled exit by ignoring terminateWorker errors

Bug Fix: RequireJS compatibility

17 Mar 06:41
Compare
Choose a tag to compare
  • Fixes compatibility with pages containing RequireJS

Bug Fixes

08 Feb 15:59
Compare
Choose a tag to compare
  • Enabled logging objects with circular references
  • Support for multi-argument console.log and console.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