Hello all 👋
My tests run correctly in "normal" mode withe circleCI, but i have this error "Could not find a Cypress configuration file" when i try to run it in parallel mode.
Here is my project tree :
circleci/
config.yml
cypress/
e2e/
spec.cy.ts
fixtures/
support/
commands.js
e2e.js
cypress.config.js
package-lock.json
package.json
I use :
- Cypress 12.5.1
- Docker image : cypress/included:cypress-12.5.0-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1'
https://hub.docker.com/layers/cypress/included/cypress-12.5.0-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1/images/sha256-fe744d706f7db2c9bc11d1a0bc4e2e09e059d1646ddff7d3180b5dbd8525df2b?context=explore
I used several docker images but I still have the same problem
Is there anyone who can help me please, I have searched in several forums and I still have not found a solution 😔
thanks in advance 🙏
g
gray-kilobyte-89541
02/14/2023, 5:41 PM
why do you need to use cypress/included file
i
important-country-59976
02/15/2023, 11:11 AM
I used several docker images but I still have the same problem
But we can use another docker image if that will solve the problem
Sure will take another file if you suggest us a better one
g
gray-kilobyte-89541
02/15/2023, 12:25 PM
I say use normal Cypress image, install your dependencies and use Cypress CircleCI orb