DanielBengtsson;18880 wrote:Thanks. I understand. I am trying to use the tabs NCrunch Tests + NCrunch Processing Queues to quickly understand if all important test (after some editing) have been rerun and now are green (or they still are waiting to be run). Status Indicator Window gives a quicker view for it. Best is if I can get same information quickly from NCruch Tests tab in some way :)
There's currently 3 good ways to get this info:
- The label at the top of the Tests Window reports the number tests in the queue. Just under this you'll see a coloured bar that indicates how many of the tests are passing or failing. The shade of these regions determines how many of these tests are from current (recently run) data or stale (out of date) data. When the bar has no darker regions, all tests are run.
- The NCrunch spinner in the corner of the IDE has a number of points that spin around the center text/number. Each of these represents an execution task. When nothing is spinning, the queue is clear.
- Hovering the cursor over the spinner gives detailed information including the same coloured bar from the Tests Window along with numbers on how many tasks and tests there are in each category.
My own experience was that when getting used to the above, I never missed the Status Indicator Window.