Hi,
yes the desire is to run a specific (subset) of test(s).
What happened just a yesterday was this. I was creating test (describe + its) with some
specific context. This specific context exposed a bug in one of my very heavily used
low-level functions.
In order to find up where the bug is i instrumented that low-level-func with some
debugging statements. Obviously this lead to an avalanche of output that made it
impossible for to see my bug.
So here it would have been very helpful to execute only the context that exposed
that bug.
Best regards
Robert