I am following this tutorial on integrating TestCafe with Azure Devops https://testcafe.io/documentation/402822/guides/continuous-integration/azure-devops.
I run the script npm run test testcafe
which locally runs testcafe. I also tried npm run test
and get a similar error
This is what I am getting as a result
I have done some searches for this and have been unable to find what is going on. Anyone have experience with this?