docs(test-cli): typo for tests at a specific line (#19908)
This commit is contained in:
parent
87b14ea737
commit
bb275cccb6
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue