Skip to content

Feature: CLI filters for paths and browsers

Compare
Choose a tag to compare
@mohitmun mohitmun released this 30 Aug 10:57
· 32 commits to master since this release
  • 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