Skip to main content
Version: 9.0.0

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

NameTypeDescription
enabledbooleanAllows you to enable the debugging functionality.
onAssertionActionsbooleanWhen enabled your test execution will pause and enter debugger mode automatically upon reaching an assertion action.
onControllerActionsbooleanWhen enabled your test execution will pause and enter debugger mode automatically upon reaching an controller action.
onSelectorActionsbooleanWhen enabled your test execution will pause and enter debugger mode automatically upon reaching an selector action.
onFailurebooleanWhen 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.