You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When I run npm run e2e, I would like to be able to pass a suite name, e.g. --suite mysuite
Here is my npm script:
"e2e": "concurrently --kill-others --success first \"ng e2e --port 3001\" \"npm run mock:server\" \"npm run start:proxy\"",
The text was updated successfully, but these errors were encountered: