Not able to see integration tests #15601
gazalshukla
started this conversation in
General
Replies: 1 comment
-
Long story short your test runner is pulling the specs from another folder. This could be either you are running cypress open on the wrong project in the terminal. Or you have another cypress/integration folder. By your screenshot, it looks like you have another cypress folder (below yarn.lock). Your test runner is pulling from the default path cypress/integrations/, not from automation-suite/cypress/integration If you are changing the project structure, check here https://docs.cypress.io/guides/references/configuration#Folders-Files you can configure where your spec files will live |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my project , i have added 5 tests but I don't see those tests in cypress.
here is the screenshot:

Beta Was this translation helpful? Give feedback.
All reactions