API Testing Reports Overview
APIGIT provides comprehensive test reporting capabilities for all API test executions. Whether your tests run manually or via scheduled automation, detailed reports are generated to help you analyze results and identify issues.
Accessing Test Reports
Viewing Report History
To access all test reports for a published API Testing suite:
- Navigate to your API Repository’s publish center and select the API Testing tab
- Locate your published API Testing suite in the list and click on it to access the details page
- Switch to the Test Reports tab in the details view
- Review the chronological list of all previous test executions
The report list displays key information including execution date, test status, duration, and the environment where tests were executed.
Analyzing Report Details
To examine specific test results in depth:
- Click on any report entry from the report list
- Review the detailed breakdown of all test cases and their individual results
- Expand specific test actions to examine:
- API request details (headers, parameters, body)
- Response data (status code, headers, payload)
- Console logs for debugging information
- Test assertions and their pass/fail status
The detailed view provides all necessary information to diagnose issues and verify proper API behavior.
Using Reports Effectively
- Compare reports from different environments to identify environment-specific issues
- Track performance metrics across multiple test runs to detect degradation
- Share report links with team members to collaborate on resolving identified issues
- Export reports for documentation and compliance purposes
Last updated on