From 06cb0b11378b033a928847f773b6db3137ad621d Mon Sep 17 00:00:00 2001 From: Sander Date: Thu, 3 Jul 2025 20:49:43 +0200 Subject: [PATCH] docs(README): remove note (#79) --- README.md | 5 ----- playwright-ct-angular/README.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 9154cf687d..35aab0eec3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # 🎭 Playwright Angular component testing -> **Note** -> The API has been designed to closely resemble Playwright's API wherever applicable. This library is _(without guarantee)_ aimed at facilitating a smooth transition to Playwright once it offers official support for Angular components. It is important to take into account that this library will reach end of life when Playwright has official support for Angular component testing. -> -> To push for official support, feedback in the form of GitHub issues and or stars is appreciated! - ## Capabilities - Run tests fast, in parallel and optionally over multiple machines with [sharding](https://playwright.dev/docs/test-sharding) or [Azure's Testing Service](https://www.youtube.com/watch?v=FvyYC2pxL_8). diff --git a/playwright-ct-angular/README.md b/playwright-ct-angular/README.md index 8843580872..2daa1db83d 100644 --- a/playwright-ct-angular/README.md +++ b/playwright-ct-angular/README.md @@ -1,10 +1,5 @@ # 🎭 Playwright Angular component testing -> **Note** -> The API has been designed to closely resemble Playwright's API wherever applicable. This library is _(without guarantee)_ aimed at facilitating a smooth transition to Playwright once it offers official support for Angular components. It is important to take into account that this library will reach end of life when Playwright has official support for Angular component testing. -> -> To push for official support, feedback in the form of GitHub issues and or stars is appreciated! - ## Capabilities - Run tests fast, in parallel and optionally over multiple machines with [sharding](https://playwright.dev/docs/test-sharding) or [Azure's Testing Service](https://www.youtube.com/watch?v=FvyYC2pxL_8).