docs: fix that test-runner is not included (#6912)

This commit is contained in:
Max Schmitt 2021-06-04 12:15:09 -07:00 committed by GitHub
parent 233f1874da
commit 9142d8c2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,10 @@ Playwright Test Runner was created specifically to accommodate the needs of the
## Installation
Playwright already includes a test runner for end-to-end tests.
Playwright has its own test runner for end-to-end tests.
```bash
npm i -D playwright
npm i -D @playwright/test
```
## First test