Commit 355be95
authored
chore(deps-dev): Bump @playwright/test from 1.58.2 to 1.59.1 in the npm-minor-and-patch group across 1 directory (#46)
Bumps the npm-minor-and-patch group with 1 update in the / directory:
[@playwright/test](https://github.com/microsoft/playwright).
Updates `@playwright/test` 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' },
},
</tr></table>
</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 "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 />
[](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 <dependency name> major version` will 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 version` will 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
</details>1 file changed
+11
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments