Activate/deactivate debug mode.
Activate/deactivate debug mode.
On this page
I start debug mode
This step temporarily turns on debugging mode inside scenario. You can think of it as setting environment variable GODOG_DEBUG
to true
for a while.
Example:
Given I start debug mode
I stop debug mode
This step turns off debugging mode in given scenario.
Example:
Given I stop debug mode