Skip to content

chore(deps-dev): bump @playwright/test from 1.55.0 to 1.60.0 in the minor-and-patch group across 1 directory#379

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-4d20fbd543
Open

chore(deps-dev): bump @playwright/test from 1.55.0 to 1.60.0 in the minor-and-patch group across 1 directory#379
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-4d20fbd543

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps the minor-and-patch group with 1 update in the / directory: @playwright/test.

Updates @playwright/test from 1.55.0 to 1.60.0

Release notes

Sourced from @​playwright/test's releases.

v1.60.0

🌐 HAR recording on Tracing

tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same content, mode and urlFilter options as recordHar. The returned Disposable makes it easy to scope a recording with await using:

await using har = await context.tracing.startHar('trace.har');
const page = await context.newPage();
await page.goto('https://playwright.dev');
// HAR is finalized when `har` goes out of scope.

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:

await page.locator('#dropzone').drop({
  files: { name: 'note.txt', mimeType: 'text/plain', buffer: Buffer.from('hello') },
});
await page.locator('#dropzone').drop({
data: {
'text/plain': 'hello world',
'text/uri-list': 'https://example.com',
},
});

🎯 Aria snapshots

🛑 test.abort()

New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:

test('does not publish to the shared page', async ({ page }) => {
  await page.route('**/publish', route => {
    test.abort('Tests must not publish to the shared page. Use the `clone` option.');
    return route.abort();
  });
  // ...
});

New APIs

Browser, Context and Page

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​playwright/test since your current version.


@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 30, 2026

Deploy Preview for genlayer-docs ready!

Name Link
🔨 Latest commit ee33056
🔍 Latest deploy log https://app.netlify.com/projects/genlayer-docs/deploys/6a14d5b57771630008a6822e
😎 Deploy Preview https://deploy-preview-379--genlayer-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot dependabot Bot changed the title chore(deps-dev): bump @playwright/test from 1.55.0 to 1.58.2 in the minor-and-patch group chore(deps-dev): bump @playwright/test from 1.55.0 to 1.58.2 in the minor-and-patch group across 1 directory Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch 2 times, most recently from a400bae to 52565d8 Compare April 6, 2026 17:15
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from 52565d8 to 22b20ce Compare April 13, 2026 18:26
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from 22b20ce to 9394ed9 Compare April 20, 2026 19:36
@dependabot dependabot Bot changed the title chore(deps-dev): bump @playwright/test from 1.55.0 to 1.58.2 in the minor-and-patch group across 1 directory chore(deps-dev): bump @playwright/test from 1.55.0 to 1.59.1 in the minor-and-patch group across 1 directory Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from 9394ed9 to 79b52a3 Compare April 27, 2026 21:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from 79b52a3 to 1c6ea59 Compare May 4, 2026 21:43
@dependabot dependabot Bot changed the title chore(deps-dev): bump @playwright/test from 1.55.0 to 1.59.1 in the minor-and-patch group across 1 directory chore(deps-dev): bump @playwright/test from 1.55.0 to 1.60.0 in the minor-and-patch group across 1 directory May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from 1c6ea59 to 7ee3a9a Compare May 12, 2026 00:32
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from 7ee3a9a to fcaa91d Compare May 19, 2026 02:42
Bumps the minor-and-patch group with 1 update in the / directory: [@playwright/test](https://github.com/microsoft/playwright).


Updates `@playwright/test` from 1.55.0 to 1.60.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.55.0...v1.60.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-4d20fbd543 branch from fcaa91d to ee33056 Compare May 25, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants