Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add summary counter failed/passed/skipped tests #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremybaumont
Copy link

@jeremybaumont jeremybaumont commented Jul 9, 2020

Refers to #32

Why

The only 2 things that we would like to add to go test output were colors, that is solved with gotest project and a one line summary to count tests passed, skipped and/or failed. The later helps us with our TDD loop.

What

  • Add one line summary at the end of the output to cound tests that failed, passed and/or skipped like the following:
    image

@subtlepseudonym
Copy link
Contributor

I believe this is beyond the scope of gotest. You could add the summary line with a bash script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants