Skip to content

Commit 5814e1d

Browse files
DavertMikclaude
andcommitted
fix: remove plugin arguments syntax from debugging page
Plugin CLI arguments is a system-wide spec, not debugging-specific. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4226c5a commit 5814e1d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/debugging.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -166,20 +166,6 @@ npx codeceptjs run -p pauseOn:url:/checkout/*
166166

167167
This is useful when you want to inspect a specific page regardless of which test step navigates there.
168168

169-
### Plugin Arguments Syntax
170-
171-
The `-p` flag supports passing arguments to any plugin using colon-separated syntax:
172-
173-
```
174-
-p <pluginName>:<arg1>:<arg2>:<arg3>
175-
```
176-
177-
Multiple plugins can be enabled together:
178-
179-
```bash
180-
npx codeceptjs run -p pauseOn:fail,retryFailedStep
181-
```
182-
183169
## IDE Debugging
184170

185171
### VS Code

0 commit comments

Comments
 (0)