cypress-example-docker-compose icon indicating copy to clipboard operation
cypress-example-docker-compose copied to clipboard

Example running Cypress tests against Apache server via docker-compose

Results 14 cypress-example-docker-compose issues
Sort by recently updated
recently updated
newest added

Folder structure as below: ``` . ├── README.md ├── docker-compose.yaml ├── e2e ├── backend ├── client └── template-backend.yaml 3 directories, 5 files ``` ```dockerfile FROM cypress/base:14 WORKDIR /app # dependencies...

Update the Dockerfiles in the e2e and webapp folders to the current latest versions of cypress/base and httpd. Suggestion: Update the latest tag on the cypress/base docker hub in order...

Hi - attempting to adapt this example to my own environment, which very closely mirrors this codebase, but getting a: ``` cypress | Cypress could not verify that this server...