cypress-io / cypress-example-docker-compose

Example running Cypress tests against Apache server via docker-compose

Home Page:https://on.cypress.io/docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

working dir missing in docker-compose

abohntek opened this issue · comments

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 1

after I inserted

working_dir: /app

into docker-compose.yml for the cypress container the problem got fixed.