From 979f9e8dc2ec0c49d42c0fda9bca25a5b2a78658 Mon Sep 17 00:00:00 2001 From: Sander Date: Wed, 20 Sep 2023 19:28:35 +0200 Subject: [PATCH] docs: capabilities (#28) --- README.md | 4 ++-- playwright-ct-angular/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd149721043dc8..f45a466fc60957 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ > **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](https://playwright.dev/docs/test-sharding). -- Run the test accross multiple _real_ desktop and mobile browsers. +- Run the test headless or headed accross multiple _real_ desktop and mobile browsers. - Full support for shadow DOM, multiple origins, (i)frames, tabs and contexts. - Minimizes flakyness, due to auto waiting, web first assertions and ensures that every test runs in full isolation. - Advanced [emulation capabilities](https://playwright.dev/docs/emulation) such as modifying screen size, color scheme and [the network](https://playwright.dev/docs/mock-browser-apis). diff --git a/playwright-ct-angular/README.md b/playwright-ct-angular/README.md index fd149721043dc8..f45a466fc60957 100644 --- a/playwright-ct-angular/README.md +++ b/playwright-ct-angular/README.md @@ -2,13 +2,13 @@ > **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](https://playwright.dev/docs/test-sharding). -- Run the test accross multiple _real_ desktop and mobile browsers. +- Run the test headless or headed accross multiple _real_ desktop and mobile browsers. - Full support for shadow DOM, multiple origins, (i)frames, tabs and contexts. - Minimizes flakyness, due to auto waiting, web first assertions and ensures that every test runs in full isolation. - Advanced [emulation capabilities](https://playwright.dev/docs/emulation) such as modifying screen size, color scheme and [the network](https://playwright.dev/docs/mock-browser-apis).