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

Show status icon for tests rather than table with 1s and 0s #62

Open
bwindels opened this issue Nov 17, 2022 · 1 comment
Open

Show status icon for tests rather than table with 1s and 0s #62

bwindels opened this issue Nov 17, 2022 · 1 comment

Comments

@bwindels
Copy link
Contributor

Show a status icon for test suites in the UI rather than a table with Waiting | Running | Success | Fail | Err
You could use emojis to make it easy:
waiting βŒ›
running: πŸƒ
success: βœ…
failure: ❌
error: πŸ›‘

@michaelkaye
Copy link
Contributor

michaelkaye commented Nov 17, 2022

Tests can have multiple test cases; perhaps an icon for each test case; so if there's four variants, show something like:

βŒ›βŒ›πŸƒβœ…

for 1 success, 1 running, 2 waiting

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

No branches or pull requests

2 participants