'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
Feature Suggestions
"Risk/Progress" - distinction beetwen "failed this run" and "failed last run"
Started by Marqus on 9,248 views
Remco NCrunch Developer
#1193
23 Feb 2012 20:01 UTC
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?
Remco NCrunch Developer
#1203
24 Feb 2012 09:44 UTC
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 :)
Deleted post
#1216
27 Feb 2012 01:37 UTC
You could just have the number count down as tests from the last run are fixed (or deleted).
Deleted post
#1252
02 Mar 2012 07:15 UTC
Deleted post
#1253
02 Mar 2012 07:16 UTC
Deleted post
#1264
02 Mar 2012 07:23 UTC
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.