View test results in runs

3 minute read

Access and interpret detailed test suite and test case information from workflow run execution within the CloudBees Unify interface. Use test results to analyze testing outcomes, identify failures, and access debugging logs for troubleshooting.

Before you begin, ensure your workflow publishes test results using the appropriate action. Refer to Publish test results for configuration details.

Access test results from workflow runs

To navigate to test results data for a specific workflow run:

  1. Select Up/down arrows, then select an organization.

  2. Select Runs from the left panel. The runs list displays workflow runs for the selected organization.

  3. Select the run name link for the workflow run you want to analyze. The run details page displays.

  4. Select the Test Results tab in the left panel. The test results interface displays with the test suites view.

A red indicator appears on the Test Results tab if a test suite contains failed test cases.

Use the test suites view

The test suites view provides an overview of test execution organized by test suite. Test suites and test cases display in order of status: failed, skipped, and passed.

Review test suite information

The test suites view displays:

  • Total number of test cases in each test suite

  • Number of passed, failed, and skipped test cases

  • Execution time for the entire test suite

  • Individual test cases with status and related logs

Test case status uses color-coding for quick identification:

Table 1. Test case status color-coding
Test case status Color

Total test cases

Blue

Passed

Green

Failed

Red

Skipped

Orange

Filter test cases by status

To view test cases filtered by specific status:

  1. Select the number under the status column you want to filter by:

    • Select the number under Total test cases to view all test cases

    • Select the number under Total cases passed to view only passed test cases

    • Select the number under Total cases failed to view only failed test cases

    • Select the number under Total cases skipped to view only skipped test cases

The detailed view displays test cases filtered by your selected status with options to view logs for failed cases.

Use the test cases view

The test cases view provides case-specific analysis across all test suites in the workflow run.

Switch to test cases view

To view test data organized by individual test cases:

  1. Select Test cases to switch from the test suites view. The interface displays all test cases with their associated test suites.

Review test case details

The test cases view provides:

  • Test case name and associated test suite

  • Current status of each test case (passed, failed, or skipped)

  • Execution time for each individual test case

  • Search functionality to locate specific test cases

  • Total count of test cases including passed, failed, and skipped

Search for specific test cases

To locate a specific test case:

  1. Use the search field to enter the test case name or identifier. The results filter to show matching test cases.

Review test result logs

Test result logs provide debugging information for failed test cases. Logs are available only for failed test cases.

Access test case logs

To view detailed log information:

  1. From either the test suites or test cases view, locate a failed test case.

  2. Select View log next to the failed test case. The log displays error messages and debugging information for the test failure.

For passed and skipped test cases, the interface displays "No log reported" instead of log content.

Interpret log information

Test case logs provide:

  • Error messages and failure details

  • Stack traces for debugging

  • Execution context and environment information

  • Specific assertion failures or exception details

Use this information to identify the cause of test failures and guide troubleshooting efforts.