What feature do you want to see added?
As shown here, TestResultSummary is what we get when we execute junit in Jenkinsfile.
However, only counts of the result are available since it's all TestResultSummary provides.
Why not provide getFailedTests() or more to achieve higher flexibility?
Workaround seems to exist, but I think it would be nice to do it in a simpler way like here.
Some want more information like execution time which can be achieved by implementing this feature.
Upstream changes
No response
Are you interested in contributing this feature?
Yes, it would be nice