Overview

Issues provide a centralized place to review and triage failed test executions. When a test case fails, Supatest automatically creates an issue containing everything needed to debug the problem efficiently.

Issue Details

Each issue includes a description field that automatically summarizes the failure with the following information:
  • Test Case Title – Name of the test case that triggered the issue.
  • Readable Step Content – A plain‑language summary of each step so you can quickly understand the scenario.
  • Video Link – Direct link to the recorded execution session for visual context.
  • Logs – Both raw and readable logs that capture console output, network activity, and other diagnostic details.
Use these details to reproduce the problem, communicate findings, and resolve failures faster.

Managing Issues

Issues can be assigned, commented on, and resolved as part of your normal workflow. Update the status as you investigate and verify fixes to maintain a clear history of failures and resolutions.