Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.54.11.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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/playwright-monorepo branch from e9551f1 to ce571cc Compare August 20, 2025 11:42
@renovate renovate bot changed the title Update dependency @playwright/test to v1.54.2 Update dependency @playwright/test to v1.55.0 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from ce571cc to 3b91276 Compare August 31, 2025 10:58
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 3b91276 to 333f1f5 Compare September 23, 2025 13:50
@renovate renovate bot changed the title Update dependency @playwright/test to v1.55.0 Update dependency @playwright/test to v1.55.1 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 333f1f5 to b9f1469 Compare September 25, 2025 19:15
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from b9f1469 to 0fc944e Compare October 6, 2025 18:47
@renovate renovate bot changed the title Update dependency @playwright/test to v1.55.1 Update dependency @playwright/test to v1.56.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 0fc944e to 5695e70 Compare October 17, 2025 03:02
@renovate renovate bot changed the title Update dependency @playwright/test to v1.56.0 Update dependency @playwright/test to v1.56.1 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 5695e70 to 2450f8a Compare November 10, 2025 18:02
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 2450f8a to 99ca112 Compare November 25, 2025 14:50
@renovate renovate bot changed the title Update dependency @playwright/test to v1.56.1 Update dependency @playwright/test to v1.57.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 99ca112 to 1688211 Compare December 31, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant