Skip to content

Update playwright to v1.54.1#11063

Merged
gwendolyngoetz merged 1 commit intomainfrom
renovate/playwright
Jul 27, 2025
Merged

Update playwright to v1.54.1#11063
gwendolyngoetz merged 1 commit intomainfrom
renovate/playwright

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 21, 2025

This PR contains the following updates:

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

Release Notes

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

Configuration

📅 Schedule: Branch creation - "after 4am,before 10am" (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.

@renovate renovate bot added dependencies dependency updates ignore-for-release Pull requests with this label will not be included in the automatic release notes labels Jul 21, 2025
@renovate renovate bot force-pushed the renovate/playwright branch from 422f76f to 90a3adf Compare July 21, 2025 22:10
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.53%. Comparing base (4033ad1) to head (1977344).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #11063   +/-   ##
=========================================
  Coverage     83.53%   83.53%           
  Complexity     4712     4712           
=========================================
  Files           531      531           
  Lines         20458    20458           
  Branches       1346     1346           
=========================================
  Hits          17089    17089           
  Misses         2846     2846           
  Partials        523      523           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/playwright branch from 90a3adf to 1977344 Compare July 27, 2025 07:51
@gwendolyngoetz gwendolyngoetz enabled auto-merge (squash) July 27, 2025 17:56
@gwendolyngoetz gwendolyngoetz merged commit 7f90f85 into main Jul 27, 2025
25 checks passed
@gwendolyngoetz gwendolyngoetz deleted the renovate/playwright branch July 27, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependency updates ignore-for-release Pull requests with this label will not be included in the automatic release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant