Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with newer "yargs" versions #20

Closed
khitrenovich opened this issue Feb 5, 2018 · 2 comments · Fixed by #23
Closed

Compatibility with newer "yargs" versions #20

khitrenovich opened this issue Feb 5, 2018 · 2 comments · Fixed by #23

Comments

@khitrenovich
Copy link

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.

Reference:

@dreuxl
Copy link
Contributor

dreuxl commented Feb 7, 2018

thanks for the feedback, I can repro locally. I will try to find some times to work on a fix.

are u blocked by that issue?

@khitrenovich
Copy link
Author

Nope, I'm not blocked by that. I just run into the incompatibility and decided to bring it to your attention.

Thank you for handling that!

@dreuxl dreuxl closed this as completed in #23 Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants