docs: fix that test-runner is not included (#6912)
This commit is contained in:
parent
233f1874da
commit
9142d8c2dd
|
|
@ -19,10 +19,10 @@ Playwright Test Runner was created specifically to accommodate the needs of the
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Playwright already includes a test runner for end-to-end tests.
|
Playwright has its own test runner for end-to-end tests.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm i -D playwright
|
npm i -D @playwright/test
|
||||||
```
|
```
|
||||||
|
|
||||||
## First test
|
## First test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue