Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Releases: browserstack/browserstack-runner

0.9.5 - Fixes for minor issues

Choose a tag to compare

@francisf francisf released this 21 Apr 10:38

Fixes from #241 #242 #243

0.9.1 - minor refactoring

Choose a tag to compare

@francisf francisf released this 30 Jan 08:46
1df5c7e

Feature: CLI filters for paths and browsers

Choose a tag to compare

@mohitmun mohitmun released this 30 Aug 10:57
  • 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

Choose a tag to compare

@mohitmun mohitmun released this 09 Aug 12:21

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

Choose a tag to compare

@pulkitsharma07 pulkitsharma07 released this 07 Dec 11:41
fb11e48

Bug Fix: Added Content-Encoding Support

Choose a tag to compare

@vedharish vedharish released this 05 Dec 13:08
2e28f70
  • Fixed encoding issues while forwarding requests from proxy_server

Bug Fixes

Choose a tag to compare

@vedharish vedharish released this 10 May 13:41
  • 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

Choose a tag to compare

@shirish87 shirish87 released this 12 May 08:10
  • Fixes stalled exit by ignoring terminateWorker errors

Bug Fix: RequireJS compatibility

Choose a tag to compare

@shirish87 shirish87 released this 17 Mar 06:41
  • Fixes compatibility with pages containing RequireJS

Bug Fixes

Choose a tag to compare

@shirish87 shirish87 released this 08 Feb 15:59
  • 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