Adding breakpoints to the tests
- Set the breakpoint on the steps that you want to pause the test execution. To add the breakpoint just click on next to the step number

- Click on the debug tab
- Set breakpoint mute indicator to enabled.

- The breakpoint is enabled. You can see the change from grey to red.

- Run the test
- The test will start running and will stop on the breakpoint

0

