build(deps-dev): bump @playwright/test from 1.52.0 to 1.57.0#2069
build(deps-dev): bump @playwright/test from 1.52.0 to 1.57.0#2069dependabot[bot] wants to merge 3 commits intomainfrom
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 |
e045afe to
893a0e6
Compare
d24cf36 to
db97201
Compare
30aae7b to
b08207b
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] <support@github.com>
b08207b to
64e30a6
Compare
[Beta] Generated file diffTime updated: Mon, 22 Dec 2025 15:48:52 GMT |
|
A newer version of @playwright/test exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
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.You can trigger a rebase of this PR 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
Update @playwright/test from 1.52.0 to 1.57.0, updating related Playwright packages in the lockfile.
Written by Cursor Bugbot for commit bd2d641. This will update automatically on new commits. Configure here.