mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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
|
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
|
```bash
|
||||||
npx playwright test my-spec.ts:42
|
npx playwright test my-spec.ts:42
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user