Debugging
Test Maker comes with a built-in debugging feature allowing you to pause your test execution and to enter a debugging mode which can be exited by pressing the f
key allowing you to go forward in your test execution.
options
Name | Type | Description |
---|---|---|
enabled | boolean | Allows you to enable the debugging functionality. |
onAssertionActions | boolean | When enabled your test execution will pause and enter debugger mode automatically upon reaching an assertion action. |
onControllerActions | boolean | When enabled your test execution will pause and enter debugger mode automatically upon reaching an controller action. |
onSelectorActions | boolean | When enabled your test execution will pause and enter debugger mode automatically upon reaching an selector action. |
onFailure | boolean | When enabled your test execution will pause and enter debugger mode automatically upon encountering an error |
info
Debugging can not be entered if your test execution runs several features in parallel!
caution
When running your test in a continuous integration environment, be mindful of every options or methods allowing you to enter debugging mode.