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 adescription
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.