Bump @playwright/test from 1.55.1 to 1.56.1 in /js
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(2 months ago)
(2 months ago)
(2 months ago)
lang: javascript part: dependencies
Bumps @playwright/test from 1.55.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-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
... (truncated)
Commits
54c7115chore: revert "minimal vscode version notice" (#37892)7d45eb3chore: mark v1.56.1 (#37784)e6ef697cherry-pick(#37871): chore: allow local-network-access permission in chromium932542ccherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp0662dd2cherry-pick(#37759): chore: rename agents to test agents919549echerry-pick(#37758): docs: mention VS Code insiders in the agents docse593c64cherry-pick(#37757): chore(mcp): fallback to cwd when resolving test configa8a6e10cherry-pick(#37755): chore(mcp): minimal vscode version noticef36b2eecherry-pick(#37731): docs: add agents video to agents page (#37733)b6af258cherry-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 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)
Package Dependencies
@playwright/test
npm
1.55.1 → 1.56.1
Minor
/js
Technical Details
| ID: | 10744974 |
| UUID: | 3577763209 |
| Node ID: | PR_kwDOJy3li86w-eHK |
| Host: | GitHub |
| Repository: | python-project-templates/python-template-js |