diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 236103128f..5a1d9e15a3 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -3,7 +3,7 @@ id: intro title: "Getting started" --- -Playwright can either be used as a part of the Playwright Test (this guide), or as a [Playwright Library](./library.md). +Playwright can either be used as a part of the Playwright Test test runner (this guide), or as a [Playwright Library](./library.md). Playwright Test was created specifically to accommodate the needs of the end-to-end testing. It does everything you would expect from the regular test runner, and more. Playwright test allows to: