From 9142d8c2dd8f17b9c5ce97895dde2bdfdb2bc4f3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 4 Jun 2021 12:15:09 -0700 Subject: [PATCH] docs: fix that test-runner is not included (#6912) --- docs/src/test-intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/test-intro.md b/docs/src/test-intro.md index 0889d341d9..83a70a7d95 100644 --- a/docs/src/test-intro.md +++ b/docs/src/test-intro.md @@ -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