Skip to content

Bump playwright from 1.23.1 to 1.31.2 in /browser

Bumps playwright from 1.23.1 to 1.31.2.

Release notes

Sourced from playwright's releases.

v1.31.2

Highlights

microsoft/playwright#20784 - [BUG] ECONNREFUSED on GitHub Actions with Node 18 microsoft/playwright#21145 - [REGRESSION]: firefox-1378 times out on await page.reload() when URL contains a #hash microsoft/playwright#21226 - [BUG] Playwright seems to get stuck when using shard option and last test is skipped microsoft/playwright#21227 - Using the webServer config with a Vite dev server? microsoft/playwright#21312 - throw if defineConfig is not used for component testing

Browser Versions

  • Chromium 111.0.5563.19
  • Mozilla Firefox 109.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 110
  • Microsoft Edge 110

v1.31.1

Highlights

microsoft/playwright#21093 - [Regression v1.31] Headless Windows shows cascading cmd windows microsoft/playwright#21106 - fix(loader): experimentalLoader with node@18

Browser Versions

  • Chromium 111.0.5563.19
  • Mozilla Firefox 109.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 110
  • Microsoft Edge 110

v1.31.0

New APIs

  • New property TestProject.dependencies to configure dependencies between projects.

    Using dependencies allows global setup to produce traces and other artifacts, see the setup steps in the test report and more.

    // playwright.config.ts
    import { defineConfig } from '@playwright/test';

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports