Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 4bd6438

Browse files
committed
docs(readme): update installation instructions to include Playwright Test variant
1 parent 57bbcf8 commit 4bd6438

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,21 @@ All of your favorite user-centric querying functions from **@testing-library/rea
3838
### 1. Install
3939

4040
```bash
41+
# For use with Playwright
4142
npm install --save-dev playwright-testing-library
43+
44+
# For use with Playwright Test
45+
npm install --save-dev @playwright-testing-library/test
4246
```
4347

4448
or
4549

4650
```bash
51+
# For use with Playwright
4752
yarn add --dev playwright-testing-library
53+
54+
# For use with Playwright Test
55+
yarn add --dev @playwright-testing-library/test
4856
```
4957

5058
### 2a. Use _Playwright Test [fixture](https://playwright.dev/docs/test-fixtures)_

0 commit comments

Comments
 (0)