jenkinsci / jenkinsci/junit-plugin

[JENKINS-11429] Add a column "Success" in test result table

Open
#907 3 comments 0 reactions 0 assignees View on GitHub
component:junit-plugin enhancement imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
87
Forks
351
Avg merge
1d 19h
Merged PRs (30d)
2

Description

In the test result page, the test tables have the following columns" "Package", "Duration", "Fail", "(diff)", "Skip", "(diff)", "Total", "(diff)".

So when I want to know the number of successful test, I need to calculate "total - fail - skip", for every lines.

I recommend adding a column "Success" (after "Skip"), for improving readability.

---
Originally reported by stibbons, imported from: Add a column "Success" in test result table


  • assignee: chrisa89
  • status: Open
  • priority: Major
  • component(s): junit-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 4
  • imported: 2025-11-26

Raw content of original issue

In the test result page, the test tables have the following columns" "Package", "Duration", "Fail", "(diff)", "Skip", "(diff)", "Total", "(diff)".

So when I want to know the number of successful test, I need to calculate "total - fail - skip", for every lines.

I recommend adding a column "Success" (after "Skip"), for improving readability.

Contributor guide

Open the contributing guide

Research direction

No source file or test is named. Start by locating the JUnit plugin entry point that renders the test result tables, then trace how the existing Package, Duration, Fail, Skip, and Total columns are assembled. Done means the test result page visibly includes a Success column after Skip and the related behavior is covered by the project's tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.