[1.0.44]
Problem
I have the problem that building the test project takes ~30sec with NCrunch, so when I create a new test I expect to fail, I want to pin that in test window (to ensure it becomes red) and immediately navigate to some other place in code.
Currently I can only pin current test (Ctrl+M, Ctrl+P) if NCrunch has executed it.
Suggestion 1
I would like the possibility to pin a test by name:
I can place cursor on test method itself, or the test body, to pin that test even though NCrunch has not yet executed it (gray dots are visible).
Suggestion 2
* Scope: I can place cursor within e.g. a namespace or fixture and pin all those containing tests. IMHO this would be ok to only pin "executed" tests, i.e. somewhat differs from suggestion 1 above.
The "pin by scope" feature would be useful for e.g. integration tests (e.g. http endpoints) where NCrunch cannot automatically detect changes due to natural reasons, so I can pin those integration tests I am interesting in for my current work and easily run those now and then (by triggering the "Run all tests visible here" action), when using "Run impacted tests only" engine mode.
Thanks.