diff --git a/docs/src/test-annotations-js.md b/docs/src/test-annotations-js.md index c3ed61b1ba..9272b97215 100644 --- a/docs/src/test-annotations-js.md +++ b/docs/src/test-annotations-js.md @@ -96,12 +96,14 @@ npx playwright test --grep "@fast|@slow" On Windows shells: - PowerShell - ```powershell + + ```bash npx playwright test --grep --% "@fast^|@slow" ``` - Command Prompt(cmd.exe) / Git Bash: - ```cmd + + ```bash npx playwright test --grep "@fast^|@slow" ```