diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index cb9df98dd64ba..e6bc63a1f6fe5 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -4,6 +4,33 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.55 + +### 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". +- Added support for Xunit v3 as part of [`Microsoft.Playwright.Xunit.v3`](https://www.nuget.org/packages/Microsoft.Playwright.Xunit.v3) +- Added support for MSTest v4 as part of [`Microsoft.Playwright.MSTest.v4`](https://www.nuget.org/packages/Microsoft.Playwright.MSTest.v4) + +### 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 + ## Version 1.54 ### Highlights diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index a190d472a8a4b..ffff3b2420ed2 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -4,6 +4,31 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.55 + +### 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 + ## Version 1.54 ### Highlights diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index d8d88ddf8dfcb..202475742065f 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -6,6 +6,35 @@ toc_max_heading_level: 2 import LiteYouTube from '@site/src/components/LiteYouTube'; +## Version 1.55 + +### New APIs + +- New Property [`property: TestStepInfo.titlePath`] 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 + ## Version 1.54 ### Highlights diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 1a7d13fd56559..0cfa77c926d5b 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -4,6 +4,31 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.55 + +### 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 + ## Version 1.54 ### Highlights