cypress-io / cypress-docker-images

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

chore: cypress 13.12.0 release #1121

Closed mschile closed 2 weeks ago

mschile commented 2 weeks ago

updates: chrome to 126.0.6478.114-1 edge to 126.0.2592.61-1 firefox to 127.0.1 cypress to 13.12.0

MikeMcC399 commented 2 weeks ago

@mschile

This PR has merged, however it has not released any new Docker images due to CI issues. See https://app.circleci.com/pipelines/github/cypress-io/cypress-docker-images/2042/workflows/f6a9422f-4fcc-449a-b147-ef293e7a44df. Unfortunately this is typical flake in this repo.

Somebody from the Cypress.io team will need to re-run the failed tests in order for new images to be pushed to the Docker repositories.


Timed out waiting for the browser to connect. Retrying...
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.

Timed out waiting for the browser to connect. Retrying again...

The browser never connected. Something is wrong. The tests cannot run. Aborting...

The browser never connected. Something is wrong. The tests cannot run. Aborting...
  1) Network Requests
       cy.request() - make an XHR request:

      AssertionError: expected 502 to be one of [ 500, 501 ]
      + expected - actual

      -502
      +[ 500, 501 ]
mschile commented 2 weeks ago

@MikeMcC399, thanks for bringing this to my attention! I re-ran the failed tests and the new images are now available.

MikeMcC399 commented 2 weeks ago

@mschile

@MikeMcC399, thanks for bringing this to my attention! I re-ran the failed tests and the new images are now available.