- Run:
The test should be executed successfully.
docker-compose up --build --abort-on-container-exit --exit-code-from cypress
- Change
CYPRESS_baseUrl
tohttp://app:5000/
indocker-compose.yml
file - Run:
The test should hang (using Electron browser).
docker-compose up --build --abort-on-container-exit --exit-code-from cypress
- If you change the Cypress version to
4.12.1
inpackage.json
and run:The test is successful again. This is different behaviour from Cypressnpm install docker-compose up --build --abort-on-container-exit --exit-code-from cypress
5.1.0
where the test hangs.
- When using Cypress 5.1.0 the test is hanging
- When using Cypress 4.12.1 the test is not hanging