Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2025

Bumps playwright from 1.55.1 to 1.57.0.

Release notes

Sourced from playwright's releases.

v1.57.0

Speedboard

In HTML reporter, there's a new tab we call "Speedboard":

It shows you all your executed tests sorted by slowness, and can help you understand where your test suite is taking longer than expected. Take a look at yours - maybe you'll find some tests that are spending a longer time waiting than they should!

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Waiting for webserver output

testConfig.webServer added a wait field. Pass a regular expression, and Playwright will wait until the webserver logs match it.

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run start',
wait: {
stdout: '/Listening on port (?<my_server_port>\d+)/'
},
},
});

If you include a named capture group into the expression, then Playwright will provide the capture group contents via environment variables:

import { test, expect } from '@playwright/test';
test.use({ baseUrl: http://localhost:${process.env.MY_SERVER_PORT ?? 3000} });
test('homepage', async ({ page }) => {
await page.goto('/');
});
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for playwright since your current version.


Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 6, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 6, 2025

⚠️ No Changeset found

Latest commit: 9ba888d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security
Copy link

socket-security bot commented Dec 6, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedplaywright@​1.55.1 ⏵ 1.57.010010010099100

View full report

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.50ms
Avg Processing Time 0.2708ms
Total Processing Time (1000x) 270.80ms ℹ️

✅ All benchmarks passed!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch 2 times, most recently from fbcc640 to fda12e8 Compare December 6, 2025 21:35
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.40ms
Avg Processing Time 0.2328ms
Total Processing Time (1000x) 232.80ms ℹ️

✅ All benchmarks passed!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch from fda12e8 to ed895b3 Compare December 6, 2025 21:52
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.60ms
Avg Processing Time 0.2815ms
Total Processing Time (1000x) 281.50ms ℹ️

✅ All benchmarks passed!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch from ed895b3 to d84f307 Compare December 6, 2025 22:00
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.50ms
Avg Processing Time 0.2796ms
Total Processing Time (1000x) 279.60ms ℹ️

✅ All benchmarks passed!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch from d84f307 to b0f0381 Compare December 6, 2025 22:09
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.50ms
Avg Processing Time 0.2796ms
Total Processing Time (1000x) 279.60ms ℹ️

✅ All benchmarks passed!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch 2 times, most recently from fbfdfe3 to deae7f7 Compare December 7, 2025 00:23
@socket-security
Copy link

socket-security bot commented Dec 7, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch from deae7f7 to 03869ee Compare December 7, 2025 10:38
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.30ms
Avg Processing Time 0.2714ms
Total Processing Time (1000x) 271.40ms ℹ️

✅ All benchmarks passed!

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch from 03869ee to b1b4aa1 Compare December 7, 2025 11:15
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

🚀 Performance Benchmark Results

Metric Value Status
Initialization Time 0.30ms
Avg Processing Time 0.2960ms
Total Processing Time (1000x) 296.00ms ℹ️

✅ All benchmarks passed!

Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.1 to 1.57.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.55.1...v1.57.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-playwright-1.57.0 branch from b1b4aa1 to 9ba888d Compare December 7, 2025 11:22
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.

1 participant