jenkinsci / jenkinsci/junit-plugin
[JENKINS-46530] Need a way to have All Skipped Tests the way it has All Failed Tests
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
Currently in overall report there are such sections rendered:
All Failed Tests
All Tests
This Improvement request is about to have also on the same page section called All Skipped Tests if such exist. Existing Java code and method getSkippedTests() suggest it's possible, just requires body.jelly file adjustment.
---
Originally reported by andrejusc, imported from: Need a way to have All Skipped Tests the way it has All Failed Tests
Raw content of original issue
Currently in overall report there are such sections rendered:
All Failed Tests
All Tests
This Improvement request is about to have also on the same page section called All Skipped Tests if such exist. Existing Java code and method getSkippedTests() suggest it's possible, just requires body.jelly file adjustment.
Contributor guide
Research direction
Start by inspecting body.jelly and the existing Java getSkippedTests() method referenced in the issue. Compare how the All Failed Tests and All Tests sections are rendered, then add the corresponding All Skipped Tests section only when skipped tests exist. Done means the overall report displays the new section correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100