cypress-io / cypress-docker-images

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

chore(deps): update Firefox to 128 #1158

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

Firefox released versions:

The repo is currently configured for Firefox 127.0.1, released on June 19, 2024.

https://github.com/cypress-io/cypress-docker-images/blob/2f47b54b7e22b1c5097d92ad8cbd70305075d39c/factory/.env#L28-L29

Change

Update factory/.env to

FIREFOX_VERSION='128.0'
cypress-app-bot commented 1 month ago
MikeMcC399 commented 1 month ago

Due to HTTP 502 Gateway errors it took 3 attempts before CI tests passed. This isn't related to Firefox at all.

The tests rely on https://example.cypress.io/commands/waiting being reachable from CircleCI. This is testing the network rather than testing Cypress Docker images.