You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running npx cypress open does open the cypress app and displays the specs in the monorepo correctly:
However, if I click on any of the spec files, i get this error:
Is there a way to fix this? I know I can run each project individually with nx run my-app-e2e:e2e --headed --no-exist but it would be nice to be able to navigate all the tests at a repo level.
The text was updated successfully, but these errors were encountered:
lane711
changed the title
npx cypress open does allows tests to be run from the cypress app
"npx cypress open" does not allow tests to be run from the cypress app
Oct 13, 2022
running
npx cypress open
does open the cypress app and displays the specs in the monorepo correctly:However, if I click on any of the spec files, i get this error:
Is there a way to fix this? I know I can run each project individually with
nx run my-app-e2e:e2e --headed --no-exist
but it would be nice to be able to navigate all the tests at a repo level.The text was updated successfully, but these errors were encountered: