From 8299f9abe6b850289bc29c2d81531a46e354bce8 Mon Sep 17 00:00:00 2001 From: sand4rt Date: Thu, 3 Jul 2025 20:53:20 +0200 Subject: [PATCH] docs(README): adjust note --- README.md | 3 +++ playwright-ct-angular/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 35aab0eec..399b54899 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 🎭 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 once Playwright offers official support for Angular component testing. + ## 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 2daa1db83..bf50dde26 100644 --- a/playwright-ct-angular/README.md +++ b/playwright-ct-angular/README.md @@ -1,5 +1,8 @@ # 🎭 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 once Playwright offers official support for Angular component testing. + ## 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).