Skip to content

[BUMP] Update dependency @playwright/test to v1.57.0 (.circleci)#486

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/circleci-playwright-monorepo
Open

[BUMP] Update dependency @playwright/test to v1.57.0 (.circleci)#486
renovate[bot] wants to merge 2 commits intomainfrom
renovate/circleci-playwright-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.53.1 -> 1.57.0 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.57.0

Compare Source

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.56.0

Compare Source

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

### Generate agent files for each agentic loop
### Visual Studio Code
npx playwright init-agents --loop=vscode

### Claude Code
npx playwright init-agents --loop=claude

### opencode
npx playwright init-agents --loop=opencode

[!NOTE]
VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs

UI Mode and HTML Reporter

  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list
  • Added option to UI Mode mirroring the --update-snapshots options
  • Added option to UI Mode to run only a single worker at a time

Breaking Changes

Miscellaneous

  • Aria snapshots render and compare input placeholder
  • Added environment variable PLAYWRIGHT_TEST to Playwright worker processes to allow discriminating on testing status

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".
#​37532 - chore: do not use -k option

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

Compare Source

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Compare Source

Highlights

#​36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)
#​36828 - [Regression]: Playwright Codegen keeps spamming with selected option
#​36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Compare Source

Highlights

#​36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source

Highlights

#​36317 - [Regression]: Merging pre-1.53 blob reports loses attachments
#​36357 - [Regression (Chromium)]: CDP missing trailing slash
#​36292 - [Bug (MSEdge)]: Edge fails to launch when using msRelaunchNoCompatLayer

Browser Versions

  • Chromium 138.0.7204.23
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

Configuration

📅 Schedule: Branch creation - "every 1 hour every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team December 2, 2025 16:08
@renovate renovate Bot added 🚀 Ready to Merge aggressive dependencies Pull requests that update a dependency file labels Dec 2, 2025
@pix-bot-github
Copy link
Copy Markdown

Choisir les applications à déployer :

semantic-release-bot and others added 2 commits December 31, 2025 10:44
## 3.14.0 (2025-12-31)

* [BUMP] Update actions/checkout action to v5 (workflows) ([ec6856d](ec6856d))
* [BUMP] Update actions/checkout action to v5 (workflows)  ([9cd06b1](9cd06b1)), closes [#477](#477)
* [BUMP] Update actions/checkout action to v6 (workflows) ([4e84a15](4e84a15))
* [BUMP] Update actions/checkout action to v6 (workflows)  ([bad8203](bad8203)), closes [#485](#485)
* [BUMP] Update actions/setup-node action to v5 (workflows) ([99952f5](99952f5))
* [BUMP] Update actions/setup-node action to v5 (workflows)  ([7439b38](7439b38)), closes [#478](#478)
* [BUMP] Update actions/setup-node action to v6 (workflows) ([d90d874](d90d874))
* [BUMP] Update actions/setup-node action to v6 (workflows)  ([73f37e9](73f37e9)), closes [#479](#479)
* [BUMP] Update dependency @1024pix/pix-ui to ^50.1.1 (dossier racine) ([e18482d](e18482d))
* [BUMP] Update dependency @1024pix/pix-ui to ^50.1.1 (dossier racine)  ([09a4216](09a4216)), closes [#446](#446)
* [BUMP] Update dependency @1024pix/pix-ui to ^51.2.0 (dossier racine) ([f76421f](f76421f))
* [BUMP] Update dependency @1024pix/pix-ui to ^51.2.0 (dossier racine)  ([62bb80f](62bb80f)), closes [#449](#449)
* [BUMP] Update dependency @1024pix/pix-ui to ^51.3.0 (dossier racine) ([58b6af0](58b6af0))
* [BUMP] Update dependency @1024pix/pix-ui to ^51.3.0 (dossier racine)  ([48801a5](48801a5)), closes [#450](#450)
* [BUMP] Update dependency @1024pix/pix-ui to v51 (dossier racine) ([2161cf3](2161cf3))
* [BUMP] Update dependency @1024pix/pix-ui to v51 (dossier racine)  ([1066ce4](1066ce4)), closes [#448](#448)
* [BUMP] Update dependency @1024pix/pix-ui to v52 (dossier racine) ([b6e7eef](b6e7eef))
* [BUMP] Update dependency @1024pix/pix-ui to v52 (dossier racine)  ([f08ae35](f08ae35)), closes [#452](#452)
* [BUMP] Update dependency @antfu/eslint-config to v4 (dossier racine) ([09064c0](09064c0))
* [BUMP] Update dependency @antfu/eslint-config to v4 (dossier racine)  ([29c2747](29c2747)), closes [#461](#461)
* [BUMP] Update dependency @antfu/eslint-config to v5 (dossier racine) ([a783d1d](a783d1d))
* [BUMP] Update dependency @antfu/eslint-config to v5 (dossier racine)  ([2e603ef](2e603ef)), closes [#476](#476)
* [BUMP] Update dependency @playwright/test to v1.52.0 (.circleci) ([0dd583e](0dd583e))
* [BUMP] Update dependency @playwright/test to v1.52.0 (.circleci)  ([43c5c60](43c5c60)), closes [#453](#453)
* [BUMP] Update dependency @playwright/test to v1.53.0 (.circleci) ([90a1b32](90a1b32))
* [BUMP] Update dependency @playwright/test to v1.53.0 (.circleci)  ([1308d8b](1308d8b)), closes [#472](#472)
* [BUMP] Update dependency @playwright/test to v1.53.1 (.circleci) ([95c5950](95c5950))
* [BUMP] Update dependency @playwright/test to v1.53.1 (.circleci)  ([ae6bc97](ae6bc97)), closes [#473](#473)
* [BUMP] Update dependency @types/node to v24 (dossier racine) ([fb7a75a](fb7a75a))
* [BUMP] Update dependency @types/node to v24 (dossier racine)  ([17f6541](17f6541)), closes [#481](#481)
* [BUMP] Update dependency browser-tools to v1.5.0 (.circleci) ([0023bba](0023bba))
* [BUMP] Update dependency browser-tools to v1.5.0 (.circleci)  ([a3da74d](a3da74d)), closes [#454](#454)
* [BUMP] Update dependency browser-tools to v1.5.1 (.circleci) ([b44c2bd](b44c2bd))
* [BUMP] Update dependency browser-tools to v1.5.1 (.circleci)  ([c6cde30](c6cde30)), closes [#462](#462)
* [BUMP] Update dependency browser-tools to v1.5.3 (.circleci) ([557233c](557233c))
* [BUMP] Update dependency browser-tools to v1.5.3 (.circleci)  ([0e7f717](0e7f717)), closes [#466](#466)
* [BUMP] Update dependency nuxt to ~3.15.0 (dossier racine) ([d4091af](d4091af))
* [BUMP] Update dependency nuxt to ~3.15.0 (dossier racine)  ([97575e3](97575e3)), closes [#455](#455)
* [BUMP] Update dependency vitest to v3 (dossier racine) ([b4b937a](b4b937a))
* [BUMP] Update dependency vitest to v3 (dossier racine)  ([c892f7f](c892f7f)), closes [#458](#458)
* [BUMP] Update Node.js to v22.13.0 ([bc5986e](bc5986e))
* [BUMP] Update Node.js to v22.13.0  ([57c8d3f](57c8d3f)), closes [#447](#447)
* [BUMP] Update Node.js to v22.13.1 ([9c816d0](9c816d0))
* [BUMP] Update Node.js to v22.13.1  ([cd88bc8](cd88bc8)), closes [#460](#460)
* [BUMP] Update Node.js to v22.14.0 ([44d5601](44d5601))
* [BUMP] Update Node.js to v22.14.0  ([704112a](704112a)), closes [#463](#463)
* [BUMP] Update Node.js to v22.15.0 ([1aef793](1aef793))
* [BUMP] Update Node.js to v22.15.0  ([6acc38b](6acc38b)), closes [#467](#467)
* [BUMP] Update Node.js to v22.15.1 ([3287546](3287546))
* [BUMP] Update Node.js to v22.15.1  ([389cbb5](389cbb5)), closes [#469](#469)
* [BUMP] Update Node.js to v22.21.1 ([14d833f](14d833f))
* [BUMP] Update Node.js to v22.21.1  ([17df52a](17df52a)), closes [#487](#487)
* [BUMP] Update Node.js to v24 ([ff77ee5](ff77ee5))
* [BUMP] Update Node.js to v24  ([756bc76](756bc76)), closes [#483](#483)
* [BUMP] Update Node.js to v24.11.1 ([6f752d6](6f752d6))
* [BUMP] Update Node.js to v24.11.1  ([7fe8799](7fe8799)), closes [#484](#484)
* [BUMP] Update Node.js to v24.12.0 ([69bdd86](69bdd86))
* [BUMP] Update Node.js to v24.12.0  ([ff3e1df](ff3e1df)), closes [#489](#489)
* [TECH] Pas besoin de faire le check de version Node de Scalingo  ([d04da3a](d04da3a)), closes [#442](#442)
* Revert "[BUMP] Update Node.js to v22.12.0" ([5263a40](5263a40))
* Revert "[BUMP] Update Node.js to v22.12.0"  ([155448b](155448b)), closes [#445](#445)
* feat: remove old auto-merge ([b3107a7](b3107a7))
* chore: do not need check-node-version ([cedcfff](cedcfff))
* chore: update readme with real examples ([c981525](c981525))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aggressive dependencies Pull requests that update a dependency file 🚀 Ready to Merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants