Running tests
Execute a full test or step through it one line at a time with live feedback.
Before you run
- Connect a device and wait for the live preview.
- Open the test you want to run (or the sample project).
- 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.