Breakpoint (run step-by-step)

You can run a test until a certain point and then pause, so that you can investigate what you need using in-browser Chrome debugging tools.

Run step-by-step

BugBug supports step-by-step execution of the tests. To do this, click Run and stop here between steps. This will activate the paused mode. In this mode, you can run a test step-by-step and completely control an execution process.

To enable step-by-step execution, click on the "Run and stop here" action.
Paused mode. To execute next step click on the "Run next step and pause" icon

When a test is paused, a browser window with a test will display BugBug's overlay with options to control the execution process.

Paused mode in a window with a test. BugBug's overlay has options to control the execution process

BugBug allows you also to rewind or fast-forward the execution process. You can read more about it here Edit & Rewind

Last updated

Was this helpful?