From 10024d16e8e88b12318faef66fdef03d544b892c Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Thu, 25 Aug 2022 16:41:29 +0100 Subject: [PATCH] Change title of command to run tests in a project (#16818) --- docs/src/running-tests-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-tests-js.md b/docs/src/running-tests-js.md index 739bffee71..6c8c8b17a4 100644 --- a/docs/src/running-tests-js.md +++ b/docs/src/running-tests-js.md @@ -53,7 +53,7 @@ For a better debugging experience check out the [VS Code Extension](./getting-st npx playwright test landing-page.spec.ts --headed ``` -- Running Tests on specific browsers +- Running tests on a specific project ```bash npx playwright test landing-page.ts --project=chromium