Skip to content

Commit f87d126

Browse files
committed
Add the Debugging section
For easier ⌘F-ing.
1 parent 05efd60 commit f87d126

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/scripting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,12 @@ example: sleep 5
683683
<seconds to sleep> - An integer indicating how long to sleep. The allowable range is 1-30.
684684
```
685685

686+
## Debugging
687+
688+
There is currently no way to debug failing WebPageTest scripts. If a script command fails, it will fail silently.
689+
690+
To simplify script development, consider limiting yourself to [Recommended commands](#recommended-commands) only.
691+
686692
## Sample scripts
687693
### Mail test
688694
```markup

0 commit comments

Comments
 (0)