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
In Sep 2017 yargs released v9.0.0, which introduced breaking changes - help and version are now always added to argv object. This change is incompatible with protractor-retry, since --help false --version false are added to the command line of retry executions and cause protractor to print help and exit.
Suggested solution:
Filtered out help and version arguments from protractor parameters for retry execution.
In Sep 2017
yargs
released v9.0.0, which introduced breaking changes -help
andversion
are now always added toargv
object. This change is incompatible withprotractor-retry
, since--help false --version false
are added to the command line of retry executions and cause protractor to print help and exit.Suggested solution:
Filtered out
help
andversion
arguments from protractor parameters for retry execution.Reference:
The text was updated successfully, but these errors were encountered: