Pre-trial e2e tests successfully run on site but shows Azure pipeline error

Asked

Viewed 17 times

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:

inserir a descrição da imagem aqui

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",
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.