jenkinsci / jenkinsci/junit-plugin
[JENKINS-9110] Add Build Date to Junit Test Result (History and Case View)
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
We like to have a tiny improvement in the junit reports view. Beside the time it took and the build number we need the run date/time as well for our review process. Just the build number is not enough.
See attached patch for the changes.
Basically it adds in the history view the date for each build next to the Buildnumber and in the individual reports the date beneath the time it took.
---
Originally reported by lukasfunk, imported from: Add Build Date to Junit Test Result (History and Case View)
Raw content of original issue
We like to have a tiny improvement in the junit reports view. Beside the time it took and the build number we need the run date/time as well for our review process. Just the build number is not enough.
See attached patch for the changes.
Basically it adds in the history view the date for each build next to the Buildnumber and in the individual reports the date beneath the time it took.
1 attachment
- [patch.diff](https://issues.jenkins.io/secure/attachment/20314/patch.diff)
Contributor guide
Research direction
Start with the attached patch.diff and the junit-plugin code for the history view and individual report or case view. Confirm how build number and duration are currently displayed, then add the run date/time in the two requested locations. Done means both views show the build date clearly alongside the existing result details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100