Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Support printing a summary #37

@ansel1

Description

@ansel1

We use go2xunit on our teamcity server. We do something like:

go test -v | tee test.out
go2xunit -input test.out -output test.xml -fail

Works great, except that we have lots of tests, and with the -v flag, go test's output is very verbose. If a test fails, you need to open up the output or the xml file and search for the failure cases. Would be nice if go2xunit supported a flag to print out a summary of the failed test cases to stdout, something like out test runners in other languages print out a summary of results (n tests run, n succeeded, n failed, etc, the format varies by language and test framework).

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