Docs

Automation Reports

After your automation test run completes, RobusTest generates execution reports that provide insights into your test results.

Report Organisation

Test reports can be viewed in two ways:

  • By Device — Results grouped by the testing devices used. Useful for identifying device-specific issues.
  • By Test Case — Results organised by test scenarios. Useful for tracking individual test success and failure patterns.

Report Types

Each test run generates the following reports:

Slideshow Report

A visual narrative of test execution captured as a sequence of screenshots showing every screen and interaction in chronological order. Use this to:

  • Verify correct UI display at each step
  • Validate element positioning and content
  • Identify unexpected visual changes

App Vitals Report

When App Vitals is enabled, a per-test-case health metrics report is available showing CPU, memory, network, energy usage, disk I/O, and frame rendering data collected directly from the device. Supported for Espresso (Android) and XCUITest (iOS) jobs.

See App Vitals for details.

Screenshots

A step-by-step view of test execution. Each screenshot is captured at the point of an action, giving you a visual record of exactly what the device showed at every stage. Use the slideshow controls to play through automatically or navigate manually. Use this to:

  • Identify the exact screen state at the point of failure
  • Verify that the correct UI was displayed at each step
  • Trace navigation and interaction flows visually