Run and stop after

One of the best ways to debug why the test is failing is to run it until the error occurs. You can do it by clicking the menu on the step and choosing "Run and stop after".

The test will run locally and stop after this step. Now you can continue debugging selectors in Chrome or re-record the failed step.

Last updated