https://cypress.io logo
You are running your tests from the wrong location...
# e2e-testing
s
You are running your tests from the wrong location,
/e2e
is not correct. So you got that error because of running Cypress from inside
/e2e
folder. You run Cypress command from the root, i.e. same level as the Cypress folder (not inside of it). Also remove that
cypress.config.js
from inside
e2e
and put it also on the root.