Browser Preview
Work against a live preview of the app under test while you author.
The editor's browser preview shows a live window of the app under test next to your YAML. Every edit to a step replays from the current point, so you can iterate on a locator or an assertion without restarting the whole test.
Pin a state
Pinning captures the DOM and URL at a specific step so you can jump back to that state after a failure instead of rerunning from the top.
- Click the pin icon beside any step to mark it as a replay target.
- Use
Cmd+Enterto re-run from the pinned step. - Clear the pin to resume normal top-down execution.
Pinning the step right after login saves a lot of time when you are iterating on a post-auth flow.