-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Do not run e2e if build fails with "ng e2e --serve=true" #7567
Copy link
Copy link
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixseverity2: inconvenienttype: bug/fix
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixseverity2: inconvenienttype: bug/fix
Bug Report or Feature Request (mark with an
x)Versions.
Repro steps.
With an application that does not build, if you run
ng e2e, it will build it, the build will be shown as failed, but the e2e tests will be run nevertheless, which doesn't make any sense.Desired functionality.
Simply fail
ng e2eas soon as we detect the application can't be built.