demo-docker-cypress-included icon indicating copy to clipboard operation
demo-docker-cypress-included copied to clipboard

Demo running the complete Docker image `cypress/included`

Results 5 demo-docker-cypress-included issues
Sort by recently updated
recently updated
newest added

Hi, I've been working with Cypress via NPM directly on the host, as well as in Gitlab CI via the official cypress/included Docker images for a while, and now I'm...

I tried the following docker-compose: ```yml version: '3.7' services: cypress: build: context: . dockerfile: ./Dockerfile.cypress network: host environment: - DISPLAY working_dir: /cypress entrypoint: '' command: bash -c 'cypress open --config...

### Current behavior: I try running the `cy-run.sh` from this repo, which results in the error (this is with a fresh clone): > Could not find any tests to run....

Fixed a typo: ifconfig instead of ipconfig