-
Notifications
You must be signed in to change notification settings - Fork 12k
e2e: Unknown option: '--configuration' #10699
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
Comments
It looks like the build file options object is missing |
… builder Partially address angular/angular-cli#10699
Heya, the #10763 should fix |
… builder Partially address angular/angular-cli#10699
I also updated https://github.com/angular/angular-cli/releases/tag/v6.0.0 to show this breaking change. |
Is there a way to have the configurations for the e2e swap the environment variables? I tried adding something like
but it outputs
So instead I try and replace the
But it doesn't like that either and outputs:
Anyway, I'd like to be able to run my e2e tests against other environments before deploying to them. Is the only way to get around this is to create an e2e project for each environment? |
@dethstrobe |
Thanks @rokerkony that is it. I just needed that small version bump. Thanks |
@filipesilva https://github.com/angular/angular-cli/wiki/e2e should be updated about these changes. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
"<PROJECT_NAME>-e2e": {
:ng e2e --configuration=ci
Observed behavior
Desired behavior
e2e
should support configurationMention any other details that might be useful
Unfortunatelly it is not only about
--configuration
but it doesn't respect also serveng e2e --serve=false
will still serve the appThe text was updated successfully, but these errors were encountered: