We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3c229 commit e66667dCopy full SHA for e66667d
README.md
@@ -35,21 +35,12 @@ All of your favorite user-centric querying functions from **@testing-library/rea
35
### 1. Install
36
37
```bash
38
-# For use with Playwright
39
-npm install --save-dev playwright-testing-library
40
-
41
-# For use with Playwright Test
+# For use with Playwright Test (@playwright/test)
42
npm install --save-dev @playwright-testing-library/test
43
-```
44
45
-or
46
47
-```bash
48
49
-yarn add --dev playwright-testing-library
+# For use with Playwright (playwright)
+npm install --save-dev playwright-testing-library
50
51
52
-yarn add --dev @playwright-testing-library/test
53
```
54
55
### 2a. Use _Playwright Test [fixture](https://playwright.dev/docs/test-fixtures)_
0 commit comments