Skip to content

Comments

chore(deps): update dependency @playwright/test to v1.58.2#35

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/playwright-monorepo
Open

chore(deps): update dependency @playwright/test to v1.58.2#35
renovate[bot] wants to merge 1 commit intomainfrom
renovate/playwright-monorepo

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.51.11.58.2 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

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

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

### Generate agent files for each agentic loop
### Visual Studio Code
npx playwright init-agents --loop=vscode

### Claude Code
npx playwright init-agents --loop=claude

### opencode
npx playwright init-agents --loop=opencode

[!NOTE]
VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs

UI Mode and HTML Reporter

  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list
  • Added option to UI Mode mirroring the --update-snapshots options
  • Added option to UI Mode to run only a single worker at a time

Breaking Changes

Miscellaneous

  • Aria snapshots render and compare input placeholder
  • Added environment variable PLAYWRIGHT_TEST to Playwright worker processes to allow discriminating on testing status

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

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".
#​37532 - chore: do not use -k option

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

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Compare Source

Highlights

#​36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)
#​36828 - [Regression]: Playwright Codegen keeps spamming with selected option
#​36810 - [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

Highlights

#​36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used

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

Highlights

#​36317 - [Regression]: Merging pre-1.53 blob reports loses attachments
#​36357 - [Regression (Chromium)]: CDP missing trailing slash
#​36292 - [Bug (MSEdge)]: Edge fails to launch when using msRelaunchNoCompatLayer

Browser Versions

  • Chromium 138.0.7204.23
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

v1.53.1

Compare Source

Highlights

#​36339 - [Regression]: Click can fail when scrolling required
#​36307 - [Regression (Chromium)]: Under some scenarios filling a textarea doesn't fill
#​36294 - [Regression (Firefox)]: setViewportSize times out
#​36350 - [Fix]: Display HTTP method for fetch trace entries

Browser Versions

  • Chromium 138.0.7204.23
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

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

Highlights

  • New method expect(locator).toContainClass() to ergonomically assert individual class names on the element.

    await expect(page.getByRole('listitem', { name: 'Ship v1.52' })).toContainClass('done');
  • Aria Snapshots got two new properties: /children for strict matching and /url for links.

    await expect(locator).toMatchAriaSnapshot(`
      - list
        - /children: equal
        - listitem: Feature A
        - listitem:
          - link "Feature B":
            - /url: "https://playwright.dev"
    `);

Test Runner

  • New property testProject.workers allows to specify the number of concurrent worker processes to use for a test project. The global limit of property testConfig.workers still applies.
  • New testConfig.failOnFlakyTests option to fail the test run if any flaky tests are detected, similarly to --fail-on-flaky-tests. This is useful for CI/CD environments where you want to ensure that all tests are stable before deploying.
  • New property testResult.annotations contains annotations for each test retry.

Miscellaneous

  • New option maxRedirects in apiRequest.newContext() to control the maximum number of redirects.
  • HTML reporter now supports NOT filtering via !@​my-tag or !my-file.spec.ts or !p:my-project.

Breaking Changes

  • Changes to glob URL patterns in methods like page.route():
    • ? wildcard is not supported any more, it will always match question mark ? character.
    • Ranges/sets [] are not supported anymore. We recommend using regular expressions instead.
  • Method route.continue() does not allow to override the Cookie header anymore. If a Cookie header is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use browserContext.addCookies().
  • macOS 13 is now deprecated and will no longer receive WebKit updates. Please upgrade to a more recent macOS version to continue benefiting from the latest WebKit improvements.

Browser Versions

  • Chromium 136.0.7103.25
  • Mozilla Firefox 137.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 135
  • Microsoft Edge 135

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 453e16a to b819419 Compare June 10, 2025 20:48
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.52.0 chore(deps): update dependency @playwright/test to v1.53.0 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from b819419 to 05f77d1 Compare June 18, 2025 18:09
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.53.0 chore(deps): update dependency @playwright/test to v1.53.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 05f77d1 to 4e58559 Compare July 1, 2025 00:52
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.53.1 chore(deps): update dependency @playwright/test to v1.53.2 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 4e58559 to 45d5b0e Compare July 10, 2025 18:46
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.53.2 chore(deps): update dependency @playwright/test to v1.54.0 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 45d5b0e to e14bded Compare July 11, 2025 17:24
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.54.0 chore(deps): update dependency @playwright/test to v1.54.1 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from e14bded to c84c16a Compare August 1, 2025 08:34
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.54.1 chore(deps): update dependency @playwright/test to v1.54.2 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from c84c16a to aad259b Compare August 24, 2025 03:46
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.54.2 chore(deps): update dependency @playwright/test to v1.55.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from aad259b to 50228a3 Compare September 23, 2025 11:28
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.55.0 chore(deps): update dependency @playwright/test to v1.55.1 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 50228a3 to b9e604b Compare September 25, 2025 18:02
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from b9e604b to 98063db Compare October 6, 2025 15:16
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.55.1 chore(deps): update dependency @playwright/test to v1.56.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 98063db to d83cf1e Compare October 17, 2025 03:37
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.56.0 chore(deps): update dependency @playwright/test to v1.56.1 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from 007dddc to 5f96b4b Compare November 25, 2025 12:40
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.56.1 chore(deps): update dependency @playwright/test to v1.57.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 5f96b4b to 01213f2 Compare January 23, 2026 15:28
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.57.0 chore(deps): update dependency @playwright/test to v1.58.0 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 01213f2 to f4012dd Compare January 30, 2026 18:51
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.58.0 chore(deps): update dependency @playwright/test to v1.58.1 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from f4012dd to 3e75136 Compare February 6, 2026 18:50
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.58.1 chore(deps): update dependency @playwright/test to v1.58.2 Feb 6, 2026
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