Skip to content

Support getFailedTests() in TestResultSummary #720

@uyw4687

Description

@uyw4687

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions