-
Notifications
You must be signed in to change notification settings - Fork 12k
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
"ng e2e --prod" fails #10909
Comments
You can add a configuration for e2e that runs against the production dev server:
This question has come up a couple of times so far though. I'll add it to the default schematics. |
thanks @filipesilva ! just a note, i had to change |
Fix angular/angular-cli#10909 and similar others.
Fix angular/angular-cli#10909 and similar others.
Fix angular/angular-cli#10909 and similar others.
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
ng new its-a-test-app
ng e2e
ng e2e --prod
Observed behavior
Desired behavior
ng e2e --prod --aot
should run the e2e tests against the production, AOT-compiled build of the application. I had an issue solely on production/AOT, so I would like to test against this configuration.The text was updated successfully, but these errors were encountered: