Title: Bump playwright and @playwright/test by dependabot[bot] · Pull Request #129 · soderlind/wordpress-develop · GitHub
Open Graph Title: Bump playwright and @playwright/test by dependabot[bot] · Pull Request #129 · soderlind/wordpress-develop
X Title: Bump playwright and @playwright/test by dependabot[bot] · Pull Request #129 · soderlind/wordpress-develop
Description: Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together.
Updates playwright from 1.50.1 to 1.56.1
Release notes
Sourced from playwright's releases.
v1.56.1
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
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
New methods page.consoleMessages() and page.pageErrors() for retrieving the most recent console messages from the page
New method page.requests() for retrieving the most recent network requests from the page
Added --test-list and --test-list-invert to allow manual specification of specific tests from a file
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
... (truncated)
Commits
54c7115 chore: revert "minimal vscode version notice" (#37892)
7d45eb3 chore: mark v1.56.1 (#37784)
e6ef697 cherry-pick(#37871): chore: allow local-network-access permission in chromium
932542c cherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp
0662dd2 cherry-pick(#37759): chore: rename agents to test agents
919549e cherry-pick(#37758): docs: mention VS Code insiders in the agents docs
e593c64 cherry-pick(#37757): chore(mcp): fallback to cwd when resolving test config
a8a6e10 cherry-pick(#37755): chore(mcp): minimal vscode version notice
f36b2ee cherry-pick(#37731): docs: add agents video to agents page (#37733)
b6af258 cherry-pick(#37727): devops: fix NPM release step (#37728)
Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for playwright since your current version.
Updates @playwright/test from 1.50.1 to 1.56.1
Release notes
Sourced from @playwright/test's releases.
v1.56.1
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
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
New methods page.consoleMessages() and page.pageErrors() for retrieving the most recent console messages from the page
New method page.requests() for retrieving the most recent network requests from the page
Added --test-list and --test-list-invert to allow manual specification of specific tests from a file
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
... (truncated)
Commits
54c7115 chore: revert "minimal vscode version notice" (#37892)
7d45eb3 chore: mark v1.56.1 (#37784)
e6ef697 cherry-pick(#37871): chore: allow local-network-access permission in chromium
932542c cherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp
0662dd2 cherry-pick(#37759): chore: rename agents to test agents
919549e cherry-pick(#37758): docs: mention VS Code insiders in the agents docs
e593c64 cherry-pick(#37757): chore(mcp): fallback to cwd when resolving test config
a8a6e10 cherry-pick(#37755): chore(mcp): minimal vscode version notice
f36b2ee cherry-pick(#37731): docs: add agents video to agents page (#37733)
b6af258 cherry-pick(#37727): devops: fix NPM release step (#37728)
Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @playwright/test since 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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from pla...
X Description: Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from pla...
Opengraph URL: https://github.com/soderlind/wordpress-develop/pull/129
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:5944dac0-4f67-39c2-fd00-30a992915976 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 97B2:ACE92:8A88BA:B3A088:699225BD |
| html-safe-nonce | a2e4efc765b37da17135a853806da2c3957ab6414eb8bde3318b9177a9ebd98e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5N0IyOkFDRTkyOjhBODhCQTpCM0EwODg6Njk5MjI1QkQiLCJ2aXNpdG9yX2lkIjoiNjIxNjE3MTQyNzAwNTA4MTAyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 1ea6954732715aa0a75956239396918bdaa0eeb415e5b6735fcbe9a7ed0da020 |
| hovercard-subject-tag | pull_request:2930852666 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/soderlind/wordpress-develop/pull/129/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from pla... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/soderlind/wordpress-develop git https://github.com/soderlind/wordpress-develop.git |
| octolytics-dimension-user_id | 1649452 |
| octolytics-dimension-user_login | soderlind |
| octolytics-dimension-repository_id | 432744181 |
| octolytics-dimension-repository_nwo | soderlind/wordpress-develop |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 75645659 |
| octolytics-dimension-repository_parent_nwo | WordPress/wordpress-develop |
| octolytics-dimension-repository_network_root_id | 75645659 |
| octolytics-dimension-repository_network_root_nwo | WordPress/wordpress-develop |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width