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\"", `
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\"",