https://cypress.io logo
Could not find a Cypress configuration file
# i-need-help
i
I have this error when I try to run my test on parallel with circleCI I use : * Cypress 12.3.0 * Node 18.12.1 * Docker image : cypress/browsers:node14.19.0-chrome100-ff99-edge My tests run correctly in "normal" mode but i have this error "Could not find a Cypress configuration file" when i try to run my test in parallel mode. My cypress.config.js present in root directory. thanks in advance 🙏