-
Notifications
You must be signed in to change notification settings - Fork 12k
ng e2e --no-serve no longer works #10761
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
Duplicate of #10741 |
In the angular.json file, in the subsection -> "projects" -> "projectName-e2e" -> "architect" ->"options" - remove the "devServerTarget" option, |
You don't have to change angular.json, you can temporarily have the same effect by running |
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: 6.0.0
Repro steps
*Step 1
> ng serve
*Step 2
> ng e2e --no-serve
Observed behavior
Desired behavior
What would like to see implemented? --no-serve option to be back
What is the usecase? Very nice to be able to run e2e tests without the compile step.
What did you expect to see? The same behavior as in previous CLI version.
Mention any other details that might be useful (optional)
Has the --no-serve functionality been moved elsewhere? I haven't been able to find any documentation on this in the release notes (mostly googling).
The text was updated successfully, but these errors were encountered: