Running tests

Execute a full test or step through it one line at a time with live feedback.

Running a test in Testral
Running a test in Testral

Before you run

  1. Connect a device and wait for the live preview.
  2. Open the test you want to run (or the sample project).
  3. Confirm appid / launch steps match an app installed on the device.

Full run

Start a full run to execute every step from top to bottom. Watch the device preview react as each line runs, and follow progress in the step report and terminal.

Step-by-step

Run one step at a time when you are authoring or debugging. This is ideal for refining selectors, checking optional dialogs, and understanding failures without restarting the whole flow.

During a run

  • Live device preview shows the current screen
  • Step reports mark pass / fail with detail for each line
  • Terminal logs show connection and driver output

Next: Learn how to inspect failures in Debugging & reports.