1
On my spot, when I turn the remote npm run e2e
it runs the normal test and successfully runs the script:
"e2e": "concurrently \"webdriver-manager start --standalone\" \"ng e2e\""
However, in the Azure pipeline, which runs the same command, error 199:
I couldn’t find any information regarding this error code 199.
Versions used:
"@angular/core": "~10.0.14",
"protractor": "^7.0.0",
"webdriver-manager": "^12.1.8",
"concurrently": "^5.3.0",