chore(deps): update playwright to v1.53.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| playwright (source) | minor |
1.52.0 -> 1.53.0
|
|
| playwright (source) | devDependencies | minor | ^1.52.0 -> ^1.53.0 |
| playwright-core (source) | devDependencies | minor | ^1.52.0 -> ^1.53.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
microsoft/playwright (playwright)
v1.53.0
Trace Viewer and HTML Reporter Updates
-
New option in
'html'reporter to set the title of a specific test run:import { defineConfig } from '@​playwright/test'; export default defineConfig({ reporter: [['html', { title: 'Custom test run #​1028' }]] });
Miscellaneous
-
New option
kindin testInfo.snapshotPath() controls which snapshot path template is used. -
New method locator.describe() to describe a locator. Used for trace viewer and reports.
const button = page.getByTestId('btn-sub').describe('Subscribe button'); await button.click(); -
npx playwright install --listwill now list all installed browsers, versions and locations.
Browser Versions
- Chromium 138.0.7204.4
- Mozilla Firefox 139.0
- WebKit 18.5
This version was also tested against the following stable channels:
- Google Chrome 137
- Microsoft Edge 137
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.