Bump @playwright/test from 1.50.1 to 1.56.1 in the tests-playwright group by dependabot[bot] · Pull Request #10384 · WordPress/wordpress-develop (original) (raw)
Bumps the tests-playwright group with 1 update: @playwright/test.
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-agentswith 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-snapshotsoptions- 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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions