Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.55.1 -> 1.56.1 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 added the dependencies Pull requests that update a dependency file label Oct 18, 2025
@renovate renovate bot requested a review from a team as a code owner October 18, 2025 04:28
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 18, 2025
@cit-pr-commenter
Copy link

cit-pr-commenter bot commented Oct 18, 2025

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 163.88 KiB 163.88 KiB 0 B 0.00%
Rum Profiler 4.84 KiB 4.84 KiB 0 B 0.00%
Rum Recorder 19.78 KiB 19.78 KiB 0 B 0.00%
Logs 56.35 KiB 56.35 KiB 0 B 0.00%
Flagging 944 B 944 B 0 B 0.00%
Rum Slim 121.13 KiB 121.13 KiB 0 B 0.00%
Worker 23.63 KiB 23.63 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base CPU Time (ms) Local CPU Time (ms) 𝚫%
RUM - add global context 0.0042 0.0049 +16.67%
RUM - add action 0.0131 0.0182 +38.93%
RUM - add error 0.0118 0.0152 +28.81%
RUM - add timing 0.0028 0.0038 +35.71%
RUM - start view 0.0034 0.0046 +35.29%
RUM - start/stop session replay recording 0.0007 0.0009 +28.57%
Logs - log message 0.0137 0.0166 +21.17%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 25.72 KiB 26.26 KiB +551 B
RUM - add action 48.05 KiB 48.23 KiB +184 B
RUM - add timing 24.76 KiB 24.12 KiB -657 B
RUM - add error 52.95 KiB 53.08 KiB +134 B
RUM - start/stop session replay recording 24.18 KiB 24.16 KiB -23 B
RUM - start view 423.43 KiB 432.21 KiB +8.78 KiB
Logs - log message 42.49 KiB 42.94 KiB +460 B

🔗 RealWorld

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Oct 18, 2025

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage
Patch Coverage: 100.00%
Total Coverage: 92.63% (+0.00%)

View detailed report

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 38c5924 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from bea55a3 to 3edc6b8 Compare October 24, 2025 04:15
@renovate renovate bot changed the title 👷 Update dependency @playwright/test to v1.56.0 👷 Update dependency @playwright/test to v1.56.1 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 3edc6b8 to d1dba18 Compare November 4, 2025 13:38
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from d1dba18 to 38c5924 Compare November 11, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant