Skip to content

Commit 9142d8c

Browse files
authored
docs: fix that test-runner is not included (#6912)
1 parent 233f187 commit 9142d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/test-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Playwright Test Runner was created specifically to accommodate the needs of the
1919

2020
## Installation
2121

22-
Playwright already includes a test runner for end-to-end tests.
22+
Playwright has its own test runner for end-to-end tests.
2323

2424
```bash
25-
npm i -D playwright
25+
npm i -D @playwright/test
2626
```
2727

2828
## First test

0 commit comments

Comments
 (0)