Documentation Index

Fetch the complete documentation index at: https://help.tuleap.com/llms.txt

Use this file to discover all available pages before exploring further.

Widget - Test Results

Prev Next

The Test Results widget displays the test results of the latest build for a selected Jenkins job as a pie chart, giving your team an immediate overview of the pass/fail ratio without leaving the Tuleap dashboard.

Installation note

This widget is available on Project dashboards and on the Personal dashboard.

It requires the Hudson/Jenkins plugin to be installed and activated by the platform administrator, and at least one Jenkins job to be registered in the project's Continuous Integration service.

Configuration

When adding the widget, you must specify the following parameter:

  • Monitored job: select the Jenkins job whose test results you want to display. The drop-down lists all Jenkins jobs registered in the project's Continuous Integration service. If the list is empty, register at least one job first.

Content

Once a job is selected, the widget displays a pie chart summarising the test results of its latest build. The chart shows the proportion of passed and failed tests, with the exact counts visible in the legend (e.g. Passed (4), Failed (1)). The widget title also reflects the current totals in the format job-name Test Results (passed / total).

A See the latest tests results link below the chart opens the full test report page in Tuleap.

Warning

If the job has never produced test results, the widget displays No test found for this job. Make sure your Jenkins job is configured to execute tests and publish the results (e.g. using the Publish JUnit test result report post-build action).

Tip

Only the results from the latest build are displayed, regardless of whether that build succeeded or failed. To track the evolution of test results over time, use the Test Result Trend widget instead.

Edit the monitored job

You can change the monitored job at any time.

  1. Click the gear icon in the widget header, then select Edit.

  2. In the Edit widget dialog, use the Monitored job drop-down to select a different job.

  3. Click Edit widget to save your selection.