New UI should also show test status as early in the process as possible

This is an improvement request for the new CircleCi Ui.
There are 2 reasons to have test information, alongside the runtime:

  1. In order to encourage testing, the number of tests pass/total should be always available ( if tests are run, 0 otherwise ). In addition to just pass/fail color, the number of tests is useful because tests are continually being added, so the number gives an indication to what’s run. This also provides a check when tests are added but not run accidentally.

  2. This information, in addition to the runtime completes the overall view of the state of the software ( ie time and correctness space )

1 Like

This is a great idea, thank you!