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

Add ability to pick protractor framework to allow cucumber as an e2e … #1071

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nabil-boag
Copy link

…framework.

@nabil-boag
Copy link
Author

This is quite a large PR for a new feature so I would love as much feedback as possible to improve it.

@@ -19,7 +19,8 @@ module.exports = function (GulpAngularGenerator) {
this.props.foundationComponents.key,
this.props.cssPreprocessor.key,
this.props.jsPreprocessor.key,
this.props.htmlPreprocessor.key
this.props.htmlPreprocessor.key,
this.props.protractorFramework.key
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By adding a new item to the prompt, this causes an error (since this.props.protractorFramework is undefined) when the user loads an existing .yo.rc.

How have you historically managed changes like this?

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 this pull request may close these issues.

1 participant