Skip to content

Commit f76bb06

Browse files
authored
chore(deps): Bump playwright from 1.55.1 to 1.56.0 in /.github/actions/find (#1477)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.1 to 1.56.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases">playwright's releases</a>.</em></p> <blockquote> <h2>v1.56.0</h2> <h2>Playwright Agents</h2> <p>Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:</p> <ul> <li><strong>🎭 planner</strong> explores the app and produces a Markdown test plan</li> <li><strong>🎭 generator</strong> transforms the Markdown plan into the Playwright Test files</li> <li><strong>🎭 healer</strong> executes the test suite and automatically repairs failing tests</li> </ul> <p>Run <code>npx playwright init-agents</code> with your client of choice to generate the latest agent definitions:</p> <pre lang="bash"><code># 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 </code></pre> <p><a href="https://playwright.dev/docs/test-agents">Learn more about Playwright Agents</a></p> <h2>New APIs</h2> <ul> <li>New methods <a href="https://playwright.dev/docs/api/class-page#page-console-messages">page.consoleMessages()</a> and <a href="https://playwright.dev/docs/api/class-page#page-page-errors">page.pageErrors()</a> for retrieving the most recent console messages from the page</li> <li>New method <a href="https://playwright.dev/docs/api/class-page#page-requests">page.requests()</a> for retrieving the most recent network requests from the page</li> <li>Added <a href="https://playwright.dev/docs/test-cli#test-list"><code>--test-list</code> and <code>--test-list-invert</code></a> to allow manual specification of specific tests from a file</li> </ul> <h2>UI Mode and HTML Reporter</h2> <ul> <li>Added option to <code>'html'</code> reporter to disable the &quot;Copy prompt&quot; button</li> <li>Added option to <code>'html'</code> reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list</li> <li>Added option to UI Mode mirroring the <code>--update-snapshots</code> options</li> <li>Added option to UI Mode to run only a single worker at a time</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Event <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-event-background-page">browserContext.on('backgroundpage')</a> has been deprecated and will not be emitted. Method <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-background-pages">browserContext.backgroundPages()</a> will return an empty list</li> </ul> <h2>Miscellaneous</h2> <ul> <li>Aria snapshots render and compare <code>input</code> <code>placeholder</code></li> <li>Added environment variable <code>PLAYWRIGHT_TEST</code> to Playwright worker processes to allow discriminating on testing status</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 141.0.7390.37</li> <li>Mozilla Firefox 142.0.1</li> <li>WebKit 26.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/b6af258d07383f7cce6f9f357dffd5a2d2a0be68"><code>b6af258</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37727">#37727</a>): devops: fix NPM release step (<a href="https://redirect.github.com/microsoft/playwright/issues/37728">#37728</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/d2ef7bbd545ced0651f749544a7729b9db007ac5"><code>d2ef7bb</code></a> chore: mark v1.56.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/37722">#37722</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/1621d0bfcfefceb3d30a6dd656268ffddfc5cef7"><code>1621d0b</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37715">#37715</a>): chore: disable RenderDocument feature (<a href="https://redirect.github.com/microsoft/playwright/issues/37718">#37718</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/ffbf82bbfb2dc821364be3b960e02fab7da69260"><code>ffbf82b</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37687">#37687</a>): docs: v1.56 release notes (<a href="https://redirect.github.com/microsoft/playwright/issues/37687">#37687</a>) (<a href="https://redirect.github.com/microsoft/playwright/issues/37720">#37720</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/2c5e33dd4494601c29b9f609cb15e4fd6e93e34d"><code>2c5e33d</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37703">#37703</a>): docs: pageErrors should return strings in Java and C#</li> <li><a href="https://github.com/microsoft/playwright/commit/0a91ecfa60c250e8ea4371894af717ee5d62e07d"><code>0a91ecf</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37694">#37694</a>): chore: move best practices into the journal</li> <li><a href="https://github.com/microsoft/playwright/commit/a5c44375810988c4db21ef136f73106116e99a55"><code>a5c4437</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37693">#37693</a>): docs: use VS Code images for test agents</li> <li><a href="https://github.com/microsoft/playwright/commit/6d13fbe6bfc87e5cb4f5ce0a33f7dd6171ff94c0"><code>6d13fbe</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37690">#37690</a>): Revert &quot;fix(trace): survive sw restart&quot;</li> <li><a href="https://github.com/microsoft/playwright/commit/d2c267c1d214bf9fd56a0a5ad2c9a34a8827634b"><code>d2c267c</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/37689">#37689</a>): Revert &quot;fix(trace): should survive ping as the first com...</li> <li><a href="https://github.com/microsoft/playwright/commit/d1fdd819e838bda6ab024cf0f190b9d5e31d26c5"><code>d1fdd81</code></a> fix(snapshot): draw a minimum size browser window for small snapshots (<a href="https://redirect.github.com/microsoft/playwright/issues/37640">#37640</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.55.1...v1.56.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for playwright since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=playwright&package-manager=npm_and_yarn&previous-version=1.55.1&new-version=1.56.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 5cdadcc + 96c436e commit f76bb06

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/actions/find/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/find/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
1717
"@axe-core/playwright": "^4.10.2",
18-
"playwright": "^1.55.1"
18+
"playwright": "^1.56.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^24.7.0",

0 commit comments

Comments
 (0)