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 obsolete generation and test tools #1063

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

Changes

Remove unused and obsolete items.

Verification

Ensure that Cypress Docker image verification and test continues to work correctly.

On Ubunu 22.04.4 LTS, Node.js v20.13.1 LTS

Execute:

git clean -xfd
yarn
cd factory
docker compose build factory
docker compose build

and confirm that all images are built without errors or warnings.

Continue with

cd test-project
set -a && . ../.env && set +a
docker compose run test-factory-all-included

and confirm that the image builds without errors or warnings and runs successfully.

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

Also problems with

https://jsonplaceholder.cypress.io/comments

The response we received from your web server was:

  > 502: Bad Gateway
MikeMcC399 commented 1 month ago

Failing due to https://jsonplaceholder.cypress.io/comments HTTP 502 Gateway error (again)