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).