Skip to content

Reports

Reports are generated from Cucumber JSON output after run completion.

Reports are the shortest route from a finished run to a useful debugging decision. Start here before you open raw logs or traces.

  • Reports list page: run-level summary table.
  • Report detail page: pass/fail totals, environment details, scenario-level breakdown.
  • Metric report: /reports/test-cases
  • Metric report: /reports/test-suites

Below is a screenshot of the reports summary screen.

Reports summary screen
  • Open the newest failed report.
  • Read summary totals and scenario rows.
  • Open logs or traces only for the failed scenario that still looks ambiguous.
  1. Start from failed report rows.
  2. Drill into scenario/step details.
  3. Open run logs and Playwright traces for root-cause analysis.