v1.32.0
·
16 commits
to release-1.32
since this release
📣 Introducing UI Mode (preview)
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 --uiNew APIs
- New options
option: updateModeandoption: updateContentinpage.routeFromHAR()andbrowserContext.routeFromHAR(). - Chaining existing locator objects, see locator docs for details.
- New property
TestInfo.testId. - New option
namein methodTracing.startChunk().
⚠️ Breaking change in component tests
Note: component tests only, does not affect end-to-end tests.
@playwright/experimental-ct-reactnow supports React 18 only.- If you're running component tests with React 16 or 17, please replace
@playwright/experimental-ct-reactwith@playwright/experimental-ct-react17.
Browser Versions
- Chromium 112.0.5615.29
- Mozilla Firefox 111.0
- WebKit 16.4
This version was also tested against the following stable channels:
- Google Chrome 111
- Microsoft Edge 111

