Skip to main content

Try out your test

1
When you’re ready to execute your test, click Run code. A live browser appears in the right panel, allowing you to watch the code execute and interact with the page just as a user would.

Debugging tests

If your test fails, a red Flow failed banner appears at the top of the editor. The failed line is highlighted in red to make it easy to spot.
1
Make the appropriate changes.QA Wolf allows you to execute only selected lines of code to expedite debugging. Reset the app state in the browser, highlight the selected lines, and click Run.
2
Re-execute the test. Green checkmarks also appear next to each line of code that ran successfully. When the test runs successfully from start to finish, a green Flow passed banner appears at the top of the page.
A manual run is a flow run—rather than a test run—started from the Flows tab’s Run all flows. It’s considered manual because it isn’t scheduled

Executing the whole flow

Once a test passes on its own, run the entire flow. This can surface issues that don’t appear when the test runs in isolation.
1
From the Flows tab, teams can manually run all flows by clicking Run all flows. Clicking this opens the Runs tab, where an icon shows the flow in progress.
Last modified on February 9, 2026