cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.01k stars 376 forks source link

chore: remove legacy included test #1089

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

The script included/test.sh is obsolete. It attempts to test the legacy image cypress/included:4.0.0 with Electron and Chrome.

Generated images are now tested using the process described in CONTRIBUTING > Building locally

The equivalent test would be from factory/test-project/docker-compose.yml

docker compose run test-included-electron
docker compose run test-included-chrome

Change

Remove the obsolete script included/test.sh.

cypress-app-bot commented 1 month ago
MikeMcC399 commented 1 month ago

9.918 + curl -fsSLO --compressed https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-x64.tar.xz 128.9 curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)