build(deps): Bump playwright from 1.55.1 to 1.56.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies javascript
Bumps playwright from 1.55.1 to 1.56.0.
Release notes
Sourced from playwright's releases.
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=opencodeLearn 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-listand--test-list-invertto allow manual specification of specific tests from a fileUI 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
Breaking Changes
- Event browserContext.on('backgroundpage') has been deprecated and will not be emitted. Method browserContext.backgroundPages() will return an empty list
Miscellaneous
- Aria snapshots render and compare
inputplaceholder- Added environment variable
PLAYWRIGHT_TESTto Playwright worker processes to allow discriminating on testing statusBrowser Versions
- Chromium 141.0.7390.37
- Mozilla Firefox 142.0.1
- WebKit 26.0
Commits
b6af258cherry-pick(#37727): devops: fix NPM release step (#37728)d2ef7bbchore: mark v1.56.0 (#37722)1621d0bcherry-pick(#37715): chore: disable RenderDocument feature (#37718)ffbf82bcherry-pick(#37687): docs: v1.56 release notes (#37687) (#37720)2c5e33dcherry-pick(#37703): docs: pageErrors should return strings in Java and C#0a91ecfcherry-pick(#37694): chore: move best practices into the journala5c4437cherry-pick(#37693): docs: use VS Code images for test agents6d13fbecherry-pick(#37690): Revert "fix(trace): survive sw restart"d2c267ccherry-pick(#37689): Revert "fix(trace): should survive ping as the first com...d1fdd81fix(snapshot): draw a minimum size browser window for small snapshots (#37640)- 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.
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+21
-3
Package Dependencies
Technical Details
| ID: | 9739044 |
| UUID: | 2892483707 |
| Node ID: | PR_kwDOKKyu2M6sZ8x7 |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |
| Merge State: | Unknown |