You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Breaking change introduced by #3921 should be reverted.
Our project has implemented commandline flags (using yargs) that allow us to adjust the protractor.conf.js file to meet our environment needs. For example, we've implemented karma's --browsers flag to selectively filter our multiCapabilities list, so that devs can execute e2e tests against a specific browser without having to launch all the other ones.
Error: Found extra flags: browsers
at Object.<anonymous> (~/ui/node_modules/protractor/built/cli.js:172:15)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (~/ui/node_modules/protractor/bin/protractor:5:1)
at Module._compile (module.js:571:32)
Steps to reproduce the bug
Attempt to invoke protractor with a non-standard commandline flag or option.
The text was updated successfully, but these errors were encountered:
krotscheck
changed the title
Error: Found extra flags: headless, browsers
Protractor throws errors on unknown commandline flags.
Jan 12, 2017
Bug report
Breaking change introduced by #3921 should be reverted.
Our project has implemented commandline flags (using yargs) that allow us to adjust the protractor.conf.js file to meet our environment needs. For example, we've implemented karma's
--browsers
flag to selectively filter our multiCapabilities list, so that devs can execute e2e tests against a specific browser without having to launch all the other ones.7.4
5.0.0
2.2.4
N/A
macOS Sierra
The text was updated successfully, but these errors were encountered: