Skip to content

build(deps-dev): Bump the playwright group across 1 directory with 2 updates#9674

Merged
SevereCloud merged 2 commits intomasterfrom
dependabot/npm_and_yarn/playwright-6c67bb1067
Apr 13, 2026
Merged

build(deps-dev): Bump the playwright group across 1 directory with 2 updates#9674
SevereCloud merged 2 commits intomasterfrom
dependabot/npm_and_yarn/playwright-6c67bb1067

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the playwright group with 2 updates in the / directory: @playwright/experimental-ct-react and @playwright/test.

Updates @playwright/experimental-ct-react from 1.58.2 to 1.59.1

Release notes

Sourced from @​playwright/experimental-ct-react's releases.

v1.59.1

Bug Fixes

  • [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken codegen, --ui and show commands (#39990)

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-right' });

screencast.showActions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
</tr></table> 

... (truncated)

Commits
  • d466ac5 chore: mark v1.59.1 (#40005)
  • 530e7e5 cherry-pick(#4004): fix(cli): kill-all should kill dashboard
  • 9aa216c cherry-pick(#39994): Revert "fix(windows): hide console window when spawning ...
  • 01b2b15 cherry-pick(#39980): chore: more release notes fixes
  • a5cb6c9 cherry-pick(#39972): chore: expose browser.bind and browser.unbind APIs
  • 99a17b5 cherry-pick(#39975): chore: support opening .trace files via .link indirection
  • 43607c3 cherry-pick(#39974): chore(webkit): update Safari user-agent version to 26.4
  • 62cabe1 cherry-pick(#39969): chore(npm): include all *.md from lib (#39970)
  • 0c65a75 cherry-pick(#39968): chore: screencast.showActions api
  • f04155b cherry-pick(#39958): chore: release notes for langs v1.59
  • Additional commits viewable in compare view

Updates @playwright/test from 1.58.2 to 1.59.1

Release notes

Sourced from @​playwright/test's releases.

v1.59.1

Bug Fixes

  • [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken codegen, --ui and show commands (#39990)

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-right' });

screencast.showActions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
</tr></table> 

... (truncated)

Commits
  • d466ac5 chore: mark v1.59.1 (#40005)
  • 530e7e5 cherry-pick(#4004): fix(cli): kill-all should kill dashboard
  • 9aa216c cherry-pick(#39994): Revert "fix(windows): hide console window when spawning ...
  • 01b2b15 cherry-pick(#39980): chore: more release notes fixes
  • a5cb6c9 cherry-pick(#39972): chore: expose browser.bind and browser.unbind APIs
  • 99a17b5 cherry-pick(#39975): chore: support opening .trace files via .link indirection
  • 43607c3 cherry-pick(#39974): chore(webkit): update Safari user-agent version to 26.4
  • 62cabe1 cherry-pick(#39969): chore(npm): include all *.md from lib (#39970)
  • 0c65a75 cherry-pick(#39968): chore: screencast.showActions api
  • f04155b cherry-pick(#39958): chore: release notes for langs v1.59
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 05:56
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

size-limit report 📦

Path Size
JS 409.66 KB (0%)
JS (gzip) 125.58 KB (0%)
JS (brotli) 103.55 KB (0%)
JS import Div (tree shaking) 811 B (0%)
CSS 374.58 KB (0%)
CSS (gzip) 46.15 KB (0%)
CSS (brotli) 36.59 KB (0%)

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.32%. Comparing base (078ceca) to head (ac2bad9).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9674   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files         439      439           
  Lines       12093    12093           
  Branches     4401     4401           
=======================================
  Hits        11528    11528           
  Misses        565      565           
Flag Coverage Δ
unittests 95.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

✅ Изменений в собранных файлах нет

Commit ac2bad9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

e2e tests

Playwright Report

@dependabot dependabot bot changed the title build(deps-dev): Bump the playwright group with 2 updates build(deps-dev): Bump the playwright group across 1 directory with 2 updates Apr 6, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playwright-6c67bb1067 branch from caaca1f to bb754cc Compare April 6, 2026 07:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

👀 Docs deployed

📦 Package ✅

yarn add @vkontakte/vkui@https://development.s3.prodcloud.vk.team/pull/9674/ac2bad9d6f037d2be8e80991eea605e6d8d1d9c6/pkg/@vkontakte/vkui/_pkg.tgz

Commit ac2bad9

@SevereCloud SevereCloud force-pushed the dependabot/npm_and_yarn/playwright-6c67bb1067 branch from 61f6e2a to bde2ef1 Compare April 7, 2026 07:40
dependabot bot and others added 2 commits April 13, 2026 11:55
Bumps the playwright group with 2 updates: [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright).


Updates `@playwright/experimental-ct-react` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

---
updated-dependencies:
- dependency-name: "@playwright/experimental-ct-react"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: playwright
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: playwright
...

Signed-off-by: dependabot[bot] <support@github.com>
@SevereCloud SevereCloud force-pushed the dependabot/npm_and_yarn/playwright-6c67bb1067 branch from bde2ef1 to ac2bad9 Compare April 13, 2026 10:04
@SevereCloud SevereCloud merged commit 8fbbf1f into master Apr 13, 2026
29 checks passed
@SevereCloud SevereCloud deleted the dependabot/npm_and_yarn/playwright-6c67bb1067 branch April 13, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants