Can you provide a screenshot of the folder structu...
# cy10-feedback
a
Can you provide a screenshot of the folder structure for the snowplow-micro-cypress project, please? Also, can you confirm you are using the latest Cypress version?
p
Hi @adventurous-dream-20049 here is the structure, will this be helpful?
Cypress version: Version 10.2.0 (10.2.0.1626159)
I also raised a discussion ticket here: https://github.com/cypress-io/cypress/discussions/22553
a
t looks like you have 2 Cypress folders. It's looking for specs in the
cypress/e2e
path, however, it appears your actual tests are currently located in
testing/cypress/integration
. Can you try removing one?
4 Views