Feature Suggestions

"Risk/Progress" - distinction beetwen "failed this run" and "failed last run"

Started by Marqus on 9,248 views

'NCrunch Risk/Progress' window shows number of failing tests, but without distinction beetwen "failed this run" and "failed last run" (but not executed in this run yet). Without this distinction, we have to wait for all red tests to pass. With this distinction, during test run we will have two scenarios;
1. FTR==0 && FLR>0 - we dont know if recent code changes fixed errors, so we have to still wait for end of this run (or FTR change)
2. FTR > 0 - we know that current code is still failing, waiting is over
Yes - this is true. One way I'm thinking about trying to make this more obvious would be to have a different shade of red for situations where the number contains failing tests that are not current. Do you think this would work for you? Or do you have any other ideas?
Another way would be showing two numbers, but I'm not sure about this soultion - it can be too difficult to understand
Or maybe only FTR number?
Maybe an option is best. I'll have a think about it - there are some other plans coming together in this area and maybe I can solve it all at once :)
This post has been deleted.
You could just have the number count down as tests from the last run are fixed (or deleted).
This post has been deleted.
This post has been deleted.
This post has been deleted.
Risk progress log could use colors for number of failures in same way, as spinner do. Or even show two numbers: FLR in gray and FTR in red.

Post a reply

Log in to reply.