Skip to content

Commit b3a2a60

Browse files
authored
docs: add EOL note
1 parent e8a74aa commit b3a2a60

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# 🎭 Playwright Angular component testing
22

33
> **Note**
4-
> 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.
4+
> ~~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.~~
55
>
6-
> To push for official support, feedback in the form of GitHub issues and or stars is appreciated!
6+
> ~~To push for official support, feedback in the form of GitHub issues and or stars is appreciated!~~
7+
>
8+
> This library has reached end of life as it is about to be merged into the Playwright repo: https://github.com/microsoft/playwright/pull/27783. To switch to the in-house Playwright version, just replace the `@sand4rt/experimental-ct-angular` imports with `@playwright/experimental-ct-angular`. Thank you all for the support!
79
810
## Capabilities
911

0 commit comments

Comments
 (0)