Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Confidence
playwright (source) 1.51.0 -> 1.55.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/playwright (playwright)

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

v1.52.0

Compare Source

v1.51.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning: 2149630.634 does not fit into a 32-bit signed integer
https://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133

Configuration

📅 Schedule: Branch creation - "every weekend" (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 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 af2307d to d15b3c0 Compare June 11, 2025 00:39
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.52.0 chore(deps): update dependency playwright to v1.53.0 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from af18815 to 397dc8e Compare June 18, 2025 18:47
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.53.0 chore(deps): update dependency playwright to v1.53.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 397dc8e to 2032864 Compare July 1, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.53.1 chore(deps): update dependency playwright to v1.53.2 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 2032864 to 0255144 Compare July 10, 2025 18:44
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.53.2 chore(deps): update dependency playwright to v1.54.0 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 0255144 to 91f4d4d Compare July 11, 2025 17:13
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.54.0 chore(deps): update dependency playwright to v1.54.1 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 91f4d4d to 79d7f05 Compare August 1, 2025 08:45
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.54.1 chore(deps): update dependency playwright to v1.54.2 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 79d7f05 to 6f32172 Compare August 18, 2025 09:29
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 6f32172 to 9e9b28c Compare August 20, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.54.2 chore(deps): update dependency playwright to v1.55.0 Aug 20, 2025
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.

0 participants