Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

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

Release Notes

microsoft/playwright (@​playwright/test)

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.56.0

Compare Source

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

Compare Source

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

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.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

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 - 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 d6504ff to dacc1df Compare June 18, 2025 23:10
@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 force-pushed the renovate/playwright-monorepo branch from dacc1df to 250eeea Compare June 30, 2025 19:09
@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 250eeea to 8c179c5 Compare July 10, 2025 11:03
@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 8c179c5 to 4f46073 Compare July 11, 2025 15:15
@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
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 4f46073 to 0c931f9 Compare August 7, 2025 11:27
@renovate renovate bot changed the title Update dependency @playwright/test to v1.54.1 Update dependency @playwright/test to v1.54.2 Aug 7, 2025
@renovate renovate bot changed the title Update dependency @playwright/test to v1.54.2 Update dependency @playwright/test to v1.55.0 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 0c931f9 to f4a5c2e Compare August 20, 2025 18:58
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from f4a5c2e to d217449 Compare September 23, 2025 10:38
@renovate renovate bot changed the title Update dependency @playwright/test to v1.55.0 Update dependency @playwright/test to v1.55.1 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from d217449 to 23064c1 Compare October 6, 2025 16:49
@renovate renovate bot changed the title Update dependency @playwright/test to v1.55.1 Update dependency @playwright/test to v1.56.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 23064c1 to 46dd094 Compare October 17, 2025 01:45
@renovate renovate bot changed the title Update dependency @playwright/test to v1.56.0 Update dependency @playwright/test to v1.56.1 Oct 17, 2025
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.

0 participants