-
It looks like 2 cypress folders are added when adding cypress using the angular schematic ng add @cypress/schematic.
So 2 cypress folders are generated for the main project, one in the root and one in e2e (I changed the wrong spec.ts file and wondered why the test never updated).
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved. |
Beta Was this translation helpful? Give feedback.
Solved.
I had added an extra project for e2e-testing in angular.json, for some reason I now have forgotten. So the extra directory was logical.