release notes
release notes
Published 3/22/2023
MinorContains breaking changes
New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.

Engage with a new flag --ui:
npx playwright test --ui
option: updateMode and option: updateContent in page.routeFromHAR() and browserContext.routeFromHAR().TestInfo.testId.name in method Tracing.startChunk().Note: component tests only, does not affect end-to-end tests.
@playwright/experimental-ct-react now supports React 18 only.@playwright/experimental-ct-react with @playwright/experimental-ct-react17.This version was also tested against the following stable channels:
release notes
Published 3/22/2023
MinorContains breaking changes
New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.

Engage with a new flag --ui:
npx playwright test --ui
option: updateMode and option: updateContent in page.routeFromHAR() and browserContext.routeFromHAR().TestInfo.testId.name in method Tracing.startChunk().Note: component tests only, does not affect end-to-end tests.
@playwright/experimental-ct-react now supports React 18 only.@playwright/experimental-ct-react with @playwright/experimental-ct-react17.This version was also tested against the following stable channels:
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.