Skip to content

chore(deps): update playwright monorepo to v1.53.2#2355

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/playwright-monorepo
Jul 7, 2025
Merged

chore(deps): update playwright monorepo to v1.53.2#2355
Timeless0911 merged 1 commit intomainfrom
renovate/playwright-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.52.0 -> 1.53.2 age confidence
playwright (source) 1.52.0 -> 1.53.2 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.53.2

Compare Source

v1.53.1

Compare Source

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • 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 kind in 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 --list will 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

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 7, 2025

Deploy Preview for rspress ready!

Name Link
🔨 Latest commit f5db09a
🔍 Latest deploy log https://app.netlify.com/projects/rspress/deploys/686b3fb2bf125b00080e801b
😎 Deploy Preview https://deploy-preview-2355--rspress.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 91 (🔴 down 5 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (🟢 up 9 from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 7, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit f5db09a
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/686b3fb229134600087096f5
😎 Deploy Preview https://deploy-preview-2355--rspress-v2.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.

@Timeless0911 Timeless0911 enabled auto-merge (squash) July 7, 2025 03:40
@Timeless0911 Timeless0911 merged commit 6c71f8c into main Jul 7, 2025
12 of 14 checks passed
@Timeless0911 Timeless0911 deleted the renovate/playwright-monorepo branch July 7, 2025 05:13
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.

1 participant