The error you see indicates that you did not start the web server. Since you are using. / scripts / e 2e-test.sh to run e2e tests, you need your web server to serve the application with localhost: 8000, and docroot should point to the angular -phonecat folder, and not to the application folder. This can be done by simply running . / scripts / web -server.js (see step-00 )
Note that there is a second way to run e2e tests. You can just visit
http://localhost:8000/test/e2e/runner.html
source share