I'm trying to run testing on my project when running e2e on Azure
The error I'm getting in "ng e2e" is: Error: Cannot find module './app-automate' The commands executed are:
npm install -g protractor
cd [project]
npm install
npm run webdriver-manager-update
npm run e2e
Thank you very much for your help.