BuildButler

Test Results

Analyse test outcomes across jobs, tag tests, and view combined and per-job test trends.

The Test Results page provides deep visibility into test outcomes across all your Jenkins jobs.

Test Results page — pass/fail trends, tests analyzed by job, and test health table

Page layout

The Test Results page is divided into three sections:

  1. Charts — Test Pass/Fail trend and Total Tests Analyzed by Job
  2. Filters — narrow results by job, status, or server
  3. Test Health by Job — a sortable table of every job with test metrics

Date range

Use the date range controls at the top of the page to set the time window. Quick presets are available for 15 days, 30 days, and 60 days, or pick a custom range using the date pickers.

Test Pass/Fail trend

A stacked area chart showing daily test volume by outcome:

  • Green — Passed
  • Gray — Skipped
  • Red — Failed

This chart makes it easy to spot spikes in test failures or track overall test health over time.

Total Tests Analyzed by Job

A stacked bar chart with one bar per job showing the proportion of Passed, Skipped, and Failed tests. Jobs with high failure counts stand out immediately.

Test Health by Job

The table shows test metrics for each job. Columns include:

ColumnDescription
Job NameJenkins job name
ServerThe Jenkins instance that ran the job
Total TestsTotal number of test executions
FailedNumber of failed tests (highlighted in red)
SkippedNumber of skipped tests
Pass RateOverall pass rate percentage
Avg DurationAverage test execution time

All columns are sortable. Use the checkboxes to select jobs for deeper analysis.


Analyze Results

Select one or more jobs using the checkboxes and click Analyze to open the combined test analytics view.

Analyze Results — combined trend and per-job test trends

Combined Trend

A stacked area chart showing the total number of Passed, Skipped, and Failed tests per day across all selected jobs. The chart responds to the date range controls at the top (15 / 30 / 60 days or custom range).

Below the combined chart, individual charts appear for each selected job, showing that job's test trend in isolation. Hover over any data point to see the exact counts for that day. This helps identify which job is contributing to test failures.

On this page