Skip to main content
Each test run on a cloud device produces a detailed interaction log with the following artifacts.

Video recording

A full video of the test execution is captured, showing exactly what happened on the device screen during the run.

Interaction log

Each step in the test produces a log entry that includes:
  • Screenshots: captured at each step of the execution
  • Commands executed: the specific command or instruction that was run
  • AI reasoning: for steps handled by the AI, the reasoning behind the action taken is included

Device logs

System-level device logs are captured during the test run, providing additional context for debugging failures or unexpected behavior.

Network logs

When enabled, network logs capture HTTP traffic during the test execution, including:
  • The request URL and method
  • The request payload
  • The response payload
This is useful for verifying API calls made by the app during the test flow.