Skip to content

[Improvement]: Summary in Github actions are hard to process for microservices #4522

@jorgeparavicini

Description

@jorgeparavicini

Problem Statement

The summary that TUnit generates during GitHub Actions runs is great, but very hard to read when using microservices. With microservices, I mean we have a bunch of test projects that we all run with a single dotnet run command. The resulting summary looks like this:

Image

This list just goes on and on. If one test fails, good luck finding the details ^^

Proposed Solution

Ideally, these individual groups are joined into one. So we would have one list of tests run, with how many were successful and how many failed, with a single detail list. Alternatively, one could change the display to match how the trx test reporter does it. Here is a screenshot for inspiration:

Image

Alternatives Considered

No response

Feature Category

Test Output / Reporting

How important is this feature to you?

Nice to have - would improve my experience

Additional Context

No response

Contribution

  • I'm willing to submit a pull request for this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions