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