docs: minor change for readability (#9400)

This commit is contained in:
Michael Rienstra 2021-10-12 08:19:21 -07:00 committed by GitHub
parent 94680a702d
commit bcae69e653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: