You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
project-cypress | Could not find a Cypress configuration file, exiting. project-cypress | project-cypress | We looked but did not find a cypress.json file in this folder: / project-cypress exited with code 1
after I inserted
working_dir: /app
into docker-compose.yml for the cypress container the problem got fixed.
Hey,
I got always the error:
project-cypress | Could not find a Cypress configuration file, exiting. project-cypress | project-cypress | We looked but did not find a cypress.json file in this folder: / project-cypress exited with code 1after I inserted
working_dir: /appinto docker-compose.yml for the cypress container the problem got fixed.