v1.55.0

microsoft/playwrightv1.55.0Aug 20, 2025by mxschmitt

AI Summary

Adds a new property to track full test step paths, introduces automatic visibility assertions in Codegen, and drops support for Chromium Extension Manifest v2.

Key Highlights

  • New property testStepInfo.titlePath returns the full title path
  • Codegen now generates automatic toBeVisible() assertions
  • Dropped support for Chromium extension manifest v2
  • Added support for Debian 13 'Trixie'

Breaking Changes

  • Dropped support for Chromium extension manifest v2

New Features

  • Test step title path tracking
  • Automatic visibility assertions in Codegen
  • Debian 13 support

Full Release Notes

## New APIs
- New Property [testStepInfo.titlePath](https://playwright.dev/docs/api/class-teststepinfo#test-step-info-title-path) 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