Closed
Description
When running ng e2e
we just call npm run e2e
. We should use the protractor API instead since it gives us better control over output and config.
A similar move was done for lint in #4248.
When running ng e2e
we just call npm run e2e
. We should use the protractor API instead since it gives us better control over output and config.
A similar move was done for lint in #4248.