-
Notifications
You must be signed in to change notification settings - Fork 31
build(deps-dev): bump @playwright/test from 1.52.0 to 1.57.0 #2069
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
base: main
Are you sure you want to change the base?
build(deps-dev): bump @playwright/test from 1.52.0 to 1.57.0 #2069
Conversation
✅ Deploy Preview for content-scope-scripts canceled.
|
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
|
@dependabot rebase |
205f056 to
0c0ac4e
Compare
|
@cursoragent can you review against our current workflows and outline potential impacts based on the changelogs of the update? |
Playwright 1.52.0 → 1.57.0 Impact AnalysisKey Changes and Workflow Impact1. Chrome for Testing Switch (v1.57.0) — HIGH IMPACTThe biggest change: Playwright now uses Chrome for Testing instead of Chromium. Affected workflows:
Projects affected in configs: use: {
...devices['Desktop Chrome'],
injectName: 'integration',
platform: 'windows',
}, use: { injectName: 'chrome-mv3', platform: 'extension', ...devices['Desktop Chrome'] },Expected Impact:
2. Cache Handling — LOW RISKYour workflows correctly cache based on ~/.cache/ms-playwright
key: ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}Cache invalidation will happen automatically with the lockfile change ✓ 3. webServer Configuration — NO IMPACTNew webServer: {
reuseExistingServer: true,
ignoreHTTPSErrors: true,
command: 'npm run bundle-entry-points && npm run serve',
port: 3220,
},4. HTML Reporter Speedboard — INFO ONLYNew "Speedboard" tab in HTML reports. No action needed — it's additive. Risk Assessment
Recommended Actions
AlternativeIf concerned about snapshot stability, you could pin to Learn more about Cursor Agents |
|
Cursor Agent can help with this pull request. Just |
beaacb9 to
e045afe
Compare
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.52.0 to 1.57.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.52.0...v1.57.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.57.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
e045afe to
893a0e6
Compare
Bumps @playwright/test from 1.52.0 to 1.57.0.
Release notes
Sourced from
@playwright/test's releases.... (truncated)
Commits
8058197cherry-pick(#38328): docs: update 1.57 release notes54818c5chore: mark 1.57.0 (#38320)414c4f5cherry-pick(#38301): fix(android): dont pass "--disable-sync" (#38301)ae3da48cherry-pick(#38124): feat(firefox): roll to latest firefox and firefox-beta (...3756978chore: fix lint warning about useEffect (#38285)019900fchore: update browser_patches (#38286)483b722docs: 1.57 release notes (#38267)46d5ea0Revert "feat: add request.body async getters (#38179)" (#38281)0778fcfchore: hide run-server command (#38277)bf6a60fchore: default to ubuntu 24.04 for unsupported distros (#38269)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@playwright/testsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Upgrade @playwright/test to 1.57.0, updating Playwright dependencies and lockfile accordingly.
Written by Cursor Bugbot for commit 893a0e6. This will update automatically on new commits. Configure here.