Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

The script master/examples/chrome-for-testing/scripts/test.sh tests "Chrome for Testing" using versions:

'stable'
'beta'
'dev'
'canary'
'130'
'131.0.6778.204'

In the meantime, Cypress supports latest 3 browser versions. The current Chrome version is 136, meaning that the numerical versions used in the test are now unsupported.

The alias stable is always supported by Cypress. The other aliases beta, dev and canary give advance access to functionality that is planned to flow into a stable supported release.

Change

Update the numerical versions tested through master/examples/chrome-for-testing/scripts/test.sh to use current stable versions:

'136'
'136.0.7103.92'

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 force-pushed the update/chrome-for-testing-versions branch from 77cbd5b to 874c8fd Compare May 13, 2025 19:05
@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 13, 2025 19:18
@MikeMcC399 MikeMcC399 added the example 💎 Need to create a good example label May 13, 2025
@MikeMcC399 MikeMcC399 self-assigned this May 13, 2025
@MikeMcC399
Copy link
Collaborator Author

@AtofStryker

https://github.com/cypress-io/cypress-docker-images/actions/runs/15004681757/job/42160195940 shows

Chrome for Testing 137.0.7151.15

successfully running a smoke test with Cypress 14.0.0

so that's reassuring to know it's still working with the beta version!

@jennifer-shehane
Copy link
Member

@MikeMcC399 Yes, we're really only expecting disruptions to the loading of Chrome extensions via our APIs or using the cypress/puppeteer package with Cypress.

Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for bumping this!

@jennifer-shehane jennifer-shehane merged commit a771649 into cypress-io:master May 13, 2025
48 checks passed
@MikeMcC399 MikeMcC399 deleted the update/chrome-for-testing-versions branch May 14, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example 💎 Need to create a good example

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants