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

Make the Results column show the counts #23

Closed
roberts1000 opened this issue Mar 3, 2019 · 0 comments
Closed

Make the Results column show the counts #23

roberts1000 opened this issue Mar 3, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@roberts1000
Copy link
Owner

The last two columns of the console output look like:

Results Result Counts
Pass 5 examples, 0 failures, 1 pending
Fail 5 examples, 2 failures, 1 pending

It's a little redundant to list Pass/Fail/etc... in a separate column. We can simplify the table output a bit if we get rid of the current Results column and rename the Result Counts column to Results. We can then colorize the entire string Green/Red to indicate pass or failure. People can read the counts to determine if their runs pass or fail.

We can also append a yellow (Warnings) string to the end of the counts string to indicate that warnings were generated during the run.

@roberts1000 roberts1000 added the enhancement New feature or request label Mar 3, 2019
@roberts1000 roberts1000 added this to the Next Release milestone Mar 3, 2019
@roberts1000 roberts1000 self-assigned this Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant