Follow-ups to #24304. Wasn't rendered otherwise: https://playwright.dev/docs/next/test-annotations
This commit is contained in:
parent
b1ab6484da
commit
95fc194e71
|
|
@ -96,12 +96,14 @@ npx playwright test --grep "@fast|@slow"
|
||||||
On Windows shells:
|
On Windows shells:
|
||||||
|
|
||||||
- PowerShell
|
- PowerShell
|
||||||
```powershell
|
|
||||||
|
```bash
|
||||||
npx playwright test --grep --% "@fast^|@slow"
|
npx playwright test --grep --% "@fast^|@slow"
|
||||||
```
|
```
|
||||||
|
|
||||||
- Command Prompt(cmd.exe) / Git Bash:
|
- Command Prompt(cmd.exe) / Git Bash:
|
||||||
```cmd
|
|
||||||
|
```bash
|
||||||
npx playwright test --grep "@fast^|@slow"
|
npx playwright test --grep "@fast^|@slow"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue