Skip to content

Bump @playwright/test from 1.58.2 to 1.61.0 in the tests-playwright group across 1 directory#515

Open
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/npm_and_yarn/tests-playwright-0d09606200
Open

Bump @playwright/test from 1.58.2 to 1.61.0 in the tests-playwright group across 1 directory#515
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/npm_and_yarn/tests-playwright-0d09606200

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown

Bumps the tests-playwright group with 1 update in the / directory: @playwright/test.

Updates @playwright/test from 1.58.2 to 1.61.0

Release notes

Sourced from @​playwright/test's releases.

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

  • New option artifactsDir in browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.
  • New option cursor in screencast.showActions() controls the cursor decoration rendered for pointer actions.
  • The onFrame callback in screencast.start() now receives a timestamp of when the frame was presented by the browser.

Test runner

  • The testOptions.video option now supports the same set of modes as trace: new 'on-all-retries', 'retain-on-first-failure' and 'retain-on-failure-and-retries' values. See the video modes table for which runs are recorded and kept in each mode.
  • Supported expect.soft.poll(...).
  • New fullConfig.argv — a snapshot of process.argv from the runner process, handy for reading custom arguments passed after the -- separator.
  • New fullConfig.failOnFlakyTests mirrors the config option, so reporters can explain why a flaky run failed.
  • testInfo.errors now lists each sub-error of an AggregateError as a separate entry.

... (truncated)

Commits
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • 8133dcf cherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...
  • 812432e chore: mark v1.61.0 (#41277)
  • ac05145 fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)
  • 056efc9 fix(trace-viewer): add keyboard navigation to NetworkFilters component (#41...
  • 41f7b9a chore: fixes uncovered by the .NET 1.61 roll (#41266)
  • ba50778 fix(mcp): assign caps as array for legacy --vision flag (#41253)
  • b8ee5ae docs: release notes for v1.61 (#41261)
  • 49c1f69 fix(trace viewer): load trace from a local file (#41263)
  • 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 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from 8202f6f to 93e3a8d Compare April 17, 2026 04:31
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from 93e3a8d to c6b8c2d Compare April 20, 2026 04:43
@dependabot dependabot Bot changed the title Bump @playwright/test from 1.58.2 to 1.59.0 in the tests-playwright group Bump @playwright/test from 1.58.2 to 1.59.1 in the tests-playwright group across 1 directory Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from c6b8c2d to 6ef9ef9 Compare April 27, 2026 14:40
@dependabot dependabot Bot changed the title Bump @playwright/test from 1.58.2 to 1.59.1 in the tests-playwright group across 1 directory Bump @playwright/test from 1.58.2 to 1.60.0 in the tests-playwright group across 1 directory May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch 2 times, most recently from 5f813a9 to c9ad3d1 Compare May 19, 2026 02:56
@desrosj desrosj force-pushed the trunk branch 2 times, most recently from e29f070 to 7eb09cf Compare May 21, 2026 03:52
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch 2 times, most recently from e3f357a to 7659bdd Compare May 21, 2026 04:22
@desrosj desrosj force-pushed the trunk branch 3 times, most recently from 00e0635 to cc15ae0 Compare May 21, 2026 23:51
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from 7659bdd to c5d6d7a Compare May 22, 2026 05:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from c5d6d7a to bc39cfb Compare May 25, 2026 05:33
@desrosj desrosj force-pushed the trunk branch 2 times, most recently from 46aee3b to d184572 Compare June 11, 2026 19:12
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from bc39cfb to 893b92e Compare June 12, 2026 04:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from 893b92e to c48a4a8 Compare June 15, 2026 04:32
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from c48a4a8 to e9040aa Compare June 19, 2026 04:13
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from e9040aa to 7d935a1 Compare June 22, 2026 04:31
@dependabot dependabot Bot changed the title Bump @playwright/test from 1.58.2 to 1.60.0 in the tests-playwright group across 1 directory Bump @playwright/test from 1.58.2 to 1.61.0 in the tests-playwright group across 1 directory Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from 7d935a1 to 3cd6ee8 Compare June 23, 2026 04:12
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from 3cd6ee8 to c0137fe Compare June 26, 2026 04:12
Bumps the tests-playwright group with 1 update in the / directory: [@playwright/test](https://github.com/microsoft/playwright).


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

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tests-playwright
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tests-playwright-0d09606200 branch from c0137fe to ca6b1b4 Compare June 30, 2026 04:12
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.

0 participants