jenkinsci / jenkinsci/junit-plugin
[JENKINS-11429] Add a column "Success" in test result table
- 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
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
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