DEV Community

Discussion on: Continuously Integrating Angular with Azure DevOps

Collapse
 
dekocro profile image
Anđelko Lipotić

Hi Frederik, this is a great article, but I'm having a lot of struggles while running npx ng test --watch=false, I'm getting following errors in DevOps:

HeadlessChrome 80.0.3987 (Linux 0.0.0): Executed 0 of 0 SUCCESS (0 secs / 0 secs)
HeadlessChrome 80.0.3987 (Linux 0.0.0): Executed 0 of 0 ERROR (0.021 secs / 0 secs)

[error]Bash exited with code '1'.

I'm new to angular and testing, and this has been a huge struggle for me, do you know how to solve this problem?