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

Is the cypress.json really needed?

030 opened this issue · comments

The cypress json could be omitted if environment variables are used like is done already in docker-compose:

    environment:
      - CYPRESS_baseUrl=some-url

Yes, but I have just added more reporter settings in #30 so cypress.json makes sense to keep