Skip to content

Commit b54a71f

Browse files
deps: bump @playwright/test from 1.58.2 to 1.59.1 (#803)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.58.2 to 1.59.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@​playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.59.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>[Windows]</strong> Reverted hiding console window when spawning browser processes, which caused regressions including broken <code>codegen</code>, <code>--ui</code> and <code>show</code> commands (<a href="https://redirect.github.com/microsoft/playwright/issues/39990">#39990</a>)</li> </ul> <h2>v1.59.0</h2> <h2>🎬 Screencast</h2> <p>New <a href="https://playwright.dev/docs/api/class-page#page-screencast">page.screencast</a> API provides a unified interface for capturing page content with:</p> <ul> <li>Screencast recordings</li> <li>Action annotations</li> <li>Visual overlays</li> <li>Real-time frame capture</li> <li>Agentic video receipts</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><strong>Screencast recording</strong> — record video with precise start/stop control, as an alternative to the <a href="https://playwright.dev/docs/api/class-browser#browser-new-context-option-record-video"><code>recordVideo</code></a> option:</p> <pre lang="js"><code>await page.screencast.start({ path: 'video.webm' }); // ... perform actions ... await page.screencast.stop(); </code></pre> <p><strong>Action annotations</strong> — enable built-in visual annotations that highlight interacted elements and display action titles during recording:</p> <pre lang="js"><code>await page.screencast.showActions({ position: 'top-right' }); </code></pre> <p><a href="https://playwright.dev/docs/api/class-screencast#screencast-show-actions">screencast.showActions()</a> accepts <code>position</code> (<code>'top-left'</code>, <code>'top'</code>, <code>'top-right'</code>, <code>'bottom-left'</code>, <code>'bottom'</code>, <code>'bottom-right'</code>), <code>duration</code> (ms per annotation), and <code>fontSize</code> (px). Returns a disposable to stop showing actions.</p> <p>Action annotations can also be enabled in test fixtures via the <code>video</code> option:</p> <pre lang="js"><code>// playwright.config.ts export default defineConfig({ use: { video: { mode: 'on', show: { actions: { position: 'top-left' }, test: { position: 'top-right' }, }, &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/d466ac5358cae058cdc75d2ae3ab3ad220042730"><code>d466ac5</code></a> chore: mark v1.59.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/40005">#40005</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/530e7e5f0021730948605a5788790d353d9cf444"><code>530e7e5</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/4004">#4004</a>): fix(cli): kill-all should kill dashboard</li> <li><a href="https://github.com/microsoft/playwright/commit/9aa216c8d7f866e8a8fa94ca55d86e81a8f4decb"><code>9aa216c</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39994">#39994</a>): Revert &quot;fix(windows): hide console window when spawning ...</li> <li><a href="https://github.com/microsoft/playwright/commit/01b2b1533e0bfa1c582117e3ec109fcb57657747"><code>01b2b15</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39980">#39980</a>): chore: more release notes fixes</li> <li><a href="https://github.com/microsoft/playwright/commit/a5cb6c9a2f52078de075413beb812e3180d195ba"><code>a5cb6c9</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39972">#39972</a>): chore: expose browser.bind and browser.unbind APIs</li> <li><a href="https://github.com/microsoft/playwright/commit/99a17b58541798b03257c57a9e5589db2394f89e"><code>99a17b5</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39975">#39975</a>): chore: support opening .trace files via .link indirection</li> <li><a href="https://github.com/microsoft/playwright/commit/43607c3b71d89445a6473708429eeecd6f571d6e"><code>43607c3</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39974">#39974</a>): chore(webkit): update Safari user-agent version to 26.4</li> <li><a href="https://github.com/microsoft/playwright/commit/62cabe19eb07e329086e5cb20441737cf51367d0"><code>62cabe1</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39969">#39969</a>): chore(npm): include all *.md from lib (<a href="https://redirect.github.com/microsoft/playwright/issues/39970">#39970</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/0c65a759af337ba5143ebbe34afe4141482ce2d4"><code>0c65a75</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39968">#39968</a>): chore: screencast.showActions api</li> <li><a href="https://github.com/microsoft/playwright/commit/f04155b09034c21719162146d6016de9933a2dbe"><code>f04155b</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/39958">#39958</a>): chore: release notes for langs v1.59</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.58.2...v1.59.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.58.2&new-version=1.59.1)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8457be9 commit b54a71f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

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

0 commit comments

Comments
 (0)