docs(test-cli): typo for tests at a specific line (#19908)

This commit is contained in:
Vincent G 2023-01-09 18:14:31 +01:00 committed by GitHub
parent 87b14ea737
commit bb275cccb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Here are the most common options available in the command line.
npx playwright test my-spec my-spec-2
```
- Run files that are in line 42 in my-spec.ts
- Run tests that are in line 42 in my-spec.ts
```bash
npx playwright test my-spec.ts:42
```