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

docs: add tag infos to readme files #1106

Closed MikeMcC399 closed 4 weeks ago

MikeMcC399 commented 4 weeks ago

Issue

The README files deal inconsistently with information about which tags are used by Cypress Docker images:

Background

Tags are created through factory/docker-compose.yml.

https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/docker-compose.yml#L15-L16

https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/docker-compose.yml#L66-L67

https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/docker-compose.yml#L52-L53

https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/docker-compose.yml#L34-L36

in combination with

https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/.env#L40-L46

Changes

cypress-app-bot commented 4 weeks ago
MikeMcC399 commented 4 weeks ago

Preview

MikeMcC399 commented 4 weeks ago

https://jsonplaceholder.cypress.io/users

The response we received from your web server was:

502: Bad Gateway

MikeMcC399 commented 4 weeks ago

Timed out waiting for the browser to connect. Retrying... Missing browserCriClient in connectToNewSpec Error: Missing browserCriClient in connectToNewSpec

MikeMcC399 commented 4 weeks ago

Running: 2-advanced-examples/querying.cy.js (13 of 20) 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... Missing browserCriClient in connectToNewSpec Error: Missing browserCriClient in connectToNewSpec

MikeMcC399 commented 4 weeks ago

1) Network Requests cy.request() - verify response using BDD syntax:

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

  -502
  +[ 500, 501 ]