Skip to Content
API TestingTest Report

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:

  1. Navigate to your API Repository’s publish center and select the API Testing tab
  2. Locate your published API Testing suite in the list and click on it to access the details page
  3. Switch to the Test Reports tab in the details view
  4. 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.

API Testing Reports List

Analyzing Report Details

To examine specific test results in depth:

  1. Click on any report entry from the report list
  2. Review the detailed breakdown of all test cases and their individual results
  3. 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.

API Testing Report Detail

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