-
Notifications
You must be signed in to change notification settings - Fork 3.3k
chore: Update Chrome (stable) to 137.0.7151.55 #31794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update Chrome (stable) to 137.0.7151.55 #31794
Conversation
cypress
|
Project |
cypress
|
Branch Review |
update-chrome-stable-from-136.0.7103.113-beta-from-137.0.7151.40
|
Run status |
|
Run duration | 18m 29s |
Commit |
|
Committer | Bill Glesias |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
1
|
|
29
|
|
0
|
|
816
|
View all changes introduced in this branch ↗︎ |
UI Coverage
63.64%
|
|
---|---|
|
30
|
|
56
|
Accessibility
96.27%
|
|
---|---|
|
0 critical
4 serious
1 moderate
0 minor
|
|
142
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extension tests are/will fail in 137. We likely need to use chrome for testing in our chrome system tests
0726534
to
c5795b7
Compare
…st extension loading in chrome
c5795b7
to
a4375e7
Compare
@jennifer-shehane this should now be ready for review |
@@ -865,7 +865,11 @@ const systemTests = { | |||
const { browser } = options | |||
|
|||
if (browser && !customBrowserPath) { | |||
expect(String(browser).toLowerCase()).to.eq(browserName.toLowerCase()) | |||
if (browser === 'chrome-for-testing') { | |||
expect(String(browser).toLowerCase()).to.eq(browserName.toLowerCase().replaceAll(' ', '-')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to replace the spaces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its checking for chrome for testing
because the logic just takes the browser name and makes it lower case, when I have it named chrome-for-testing
. Felt better to have the hyphens as the name as its consistent with our current naming
Co-authored-by: Matt Schile <mschile@cypress.io>
This PR was auto-generated to update the version(s) of Chrome for driver tests