File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,12 @@ All of your favorite user-centric querying functions from **@testing-library/rea
35
35
### 1. Install
36
36
37
37
``` bash
38
- # For use with Playwright
39
- npm install --save-dev playwright-testing-library
40
-
41
- # For use with Playwright Test
38
+ # For use with Playwright Test (@playwright/test)
42
39
npm install --save-dev @playwright-testing-library/test
43
- ```
44
40
45
- or
46
-
47
- ``` bash
48
- # For use with Playwright
49
- yarn add --dev playwright-testing-library
41
+ # For use with Playwright (playwright)
42
+ npm install --save-dev playwright-testing-library
50
43
51
- # For use with Playwright Test
52
- yarn add --dev @playwright-testing-library/test
53
44
```
54
45
55
46
### 2a. Use _ Playwright Test [ fixture] ( https://playwright.dev/docs/test-fixtures ) _
You can’t perform that action at this time.
0 commit comments