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

Improvements to the progress canvas in web-reporter #94

Closed
drdanz opened this issue Nov 17, 2017 · 1 comment
Closed

Improvements to the progress canvas in web-reporter #94

drdanz opened this issue Nov 17, 2017 · 1 comment

Comments

@drdanz
Copy link
Member

drdanz commented Nov 17, 2017

The progress canvas at the bottom left of the web reporter page displays in this order

  • A green dot for each successful test
  • A red dot for each failed test
  • One grey dot for the test currently running

It would be a lot more helpful if it could show the green and the red dots in the correct order, and if the actual number of tests would be shown.

For example if it's currently running test 5 over 8 tests, and all tests passed, except for test 3, the output is:

G G G R g (with G = green, R = red and g = grey)

It would be a lot more useful if it was displayed in this way

G G R G Y g g g (with Y = yellow or some other colour, for the test that is currently running, and g = grey for the tests that are not executed yet)

In this way it would be easier to spot the number of the failed test, and the number of tests that are not run yet.

drdanz added a commit to drdanz/robot-testing-framework that referenced this issue Nov 17, 2017
@aerydna
Copy link
Contributor

aerydna commented Nov 17, 2017

fixed by #95

@aerydna aerydna closed this as completed Nov 17, 2017
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