Skip to content

feat(tools): Print a summary of tests after running them#26

Open
Twaha-Rahman wants to merge 1 commit into
YabaiTech:mainfrom
Twaha-Rahman:add-test-summary-footer
Open

feat(tools): Print a summary of tests after running them#26
Twaha-Rahman wants to merge 1 commit into
YabaiTech:mainfrom
Twaha-Rahman:add-test-summary-footer

Conversation

@Twaha-Rahman
Copy link
Copy Markdown
Contributor

Prints a summary like so:

image

This makes it easier to keep track of the test statuses.

Copy link
Copy Markdown
Member

@A7reus A7reus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradle already generates an html page with a better summary, so I don't see a point of this.

@Twaha-Rahman
Copy link
Copy Markdown
Contributor Author

Gradle already generates an html page with a better summary, so I don't see a point of this.

When you're working from the CLI, who wants to click to see the tests that failed or got ignored. It's a quick little summary that gives you all the necessary info after running your tests - without requiring us to use the mouse.

Plus, it tells you the total number of tests. A nice to have that shows our test coverage.

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