Change8

v1.55.0

Breaking Changes
📦 playwrightView on GitHub →
1 breaking3 features🔧 1 symbols

Summary

This release introduces the TestStepInfo.titlePath API, automatic toBeVisible() assertions in Codegen, and Debian 13 support, while dropping Chromium extension manifest v2 support.

⚠️ Breaking Changes

  • Support for Chromium extension manifest v2 was dropped, causing extensions using manifest v2 to break. Update extensions to manifest v3.

Migration Steps

  1. Update any Chromium extensions to use manifest version 3 instead of version 2.
  2. If using the new TestStepInfo.titlePath property, adjust code to access it via testStepInfo.titlePath.

✨ New Features

  • Added TestStepInfo.titlePath property that returns the full title path from the test file, including test and step titles.
  • Codegen can now generate automatic toBeVisible() assertions for common UI interactions via the Codegen settings UI.
  • Added support for Debian 13 "Trixie".

🔧 Affected Symbols

TestStepInfo.titlePath