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.

When a test is paused, a browser window with a test will display BugBug's overlay with 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