Skip to content

deps: update dependency @playwright/test to v1.54.1 #1352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.53.1 -> 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

v1.53.2

Compare Source


Configuration

📅 Schedule: Branch creation - "after 9am and before 7pm every weekday" in timezone Europe/Tallinn, 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 this update 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 the dependencies label Jul 1, 2025
@renovate renovate bot requested a review from a team as a code owner July 1, 2025 09:15
@renovate renovate bot had a problem deploying to test-environment July 1, 2025 09:15 Failure
@renovate renovate bot temporarily deployed to unittest-environment July 1, 2025 09:15 Inactive
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 932aba3 to a38e75f Compare July 10, 2025 11:49
@renovate renovate bot changed the title deps: update dependency @playwright/test to v1.53.2 deps: update dependency @playwright/test to v1.54.0 Jul 10, 2025
@renovate renovate bot temporarily deployed to unittest-environment July 10, 2025 11:49 Inactive
@renovate renovate bot had a problem deploying to test-environment July 10, 2025 11:49 Failure
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from a38e75f to 565744d Compare July 11, 2025 17:06
@renovate renovate bot changed the title deps: update dependency @playwright/test to v1.54.0 deps: update dependency @playwright/test to v1.54.1 Jul 11, 2025
@renovate renovate bot temporarily deployed to unittest-environment July 11, 2025 17:06 Inactive
@renovate renovate bot had a problem deploying to test-environment July 11, 2025 17:06 Failure
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 565744d to 6ea0142 Compare July 14, 2025 14:13
@renovate renovate bot temporarily deployed to unittest-environment July 14, 2025 14:13 Inactive
@renovate renovate bot temporarily deployed to test-environment July 14, 2025 14:13 Inactive
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 6ea0142 to c8d8d47 Compare July 14, 2025 14:26
@renovate renovate bot temporarily deployed to test-environment July 14, 2025 14:26 Inactive
@renovate renovate bot temporarily deployed to unittest-environment July 14, 2025 14:26 Inactive
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from c8d8d47 to 9cb89ae Compare July 14, 2025 14:30
@renovate renovate bot temporarily deployed to test-environment July 14, 2025 14:30 Inactive
@renovate renovate bot temporarily deployed to unittest-environment July 14, 2025 14:30 Inactive
@lamppu lamppu enabled auto-merge (rebase) July 14, 2025 14:31
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 9cb89ae to 0ba963e Compare July 14, 2025 14:44
@renovate renovate bot temporarily deployed to test-environment July 14, 2025 14:44 Inactive
@renovate renovate bot temporarily deployed to unittest-environment July 14, 2025 14:44 Inactive
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 0ba963e to 3517b2f Compare July 14, 2025 14:46
@renovate renovate bot temporarily deployed to unittest-environment July 14, 2025 14:46 Inactive
@renovate renovate bot temporarily deployed to test-environment July 14, 2025 14:46 Inactive
@lamppu lamppu merged commit e20a1bd into main Jul 14, 2025
5 checks passed
@lamppu lamppu deleted the renovate/playwright-monorepo branch July 14, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant