Skip to content

Update dependency @playwright/test to v1.54.1#159

Merged
kethinov merged 1 commit into
mainfrom
renovate/playwright-monorepo
Jul 15, 2025
Merged

Update dependency @playwright/test to v1.54.1#159
kethinov merged 1 commit into
mainfrom
renovate/playwright-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (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 - At any time (no schedule defined), 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 force-pushed the renovate/playwright-monorepo branch from 58510f6 to 45ad80e Compare June 18, 2025 19:42
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.0 Update dependency @playwright/test to v1.53.1 Jun 18, 2025
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.1 Update dependency @playwright/test to v1.53.1 - autoclosed Jun 29, 2025
@renovate renovate Bot closed this Jun 29, 2025
@renovate renovate Bot deleted the renovate/playwright-monorepo branch June 29, 2025 12:28
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.1 - autoclosed Update dependency @playwright/test to v1.53.1 Jun 30, 2025
@renovate renovate Bot reopened this Jun 30, 2025
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from a69cce2 to 45ad80e Compare June 30, 2025 23:06
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.1 Update dependency @playwright/test to v1.53.2 Jun 30, 2025
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from 45ad80e to d5d229f Compare July 1, 2025 02:30
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.2 Update dependency @playwright/test to v1.53.2 - autoclosed Jul 5, 2025
@renovate renovate Bot closed this Jul 5, 2025
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.2 - autoclosed Update dependency @playwright/test to v1.53.2 Jul 10, 2025
@renovate renovate Bot reopened this Jul 10, 2025
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from 26a3297 to d5d229f Compare July 10, 2025 16:56
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.53.2 Update dependency @playwright/test to v1.54.0 Jul 10, 2025
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from d5d229f to 98e2781 Compare July 10, 2025 22:08
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from 98e2781 to 1e711c8 Compare July 11, 2025 18:34
@renovate renovate Bot changed the title Update dependency @playwright/test to v1.54.0 Update dependency @playwright/test to v1.54.1 Jul 11, 2025
@kethinov kethinov merged commit 11e14cb into main Jul 15, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant