Questions tagged [angular-e2e]

This tag should be used when asking questions about angular end to end testing, in combination for example with protractor which is the official angular framework for writing end to end tests. this will help to categorize these questions and get the right solutions for them.

167 questions
-1
votes
3 answers

Can't make protractor (ng e2e) work - "Cannot find module"

I'm trying to run testing on my project, when running e2e (either by "ng e2e" or running the protractor code from my PhpStorm testing tool). The error I'm getting in "ng e2e" is DevTools listening on…
user1037607
  • 133
  • 2
  • 12
-2
votes
1 answer

How to read environment files from e2e tests?

Here's the structure of my Angular application: MyApplication apps - app1 - src - app - assets - environments //*****USE THIS FILES **** - app1-e2e - src -…
Richard77
  • 20,343
  • 46
  • 150
  • 252
1 2 3
11
12