Bart Joy
My feedback
13 results found
-
2 votes
Bart Joy supported this idea ·
-
3 votes
Bart Joy supported this idea ·
-
5 votes
Bart Joy supported this idea ·
-
6 votes
Bart Joy supported this idea ·
-
5 votes
Bart Joy supported this idea ·
-
6 votes
Bart Joy supported this idea ·
-
15 votes
Bart Joy supported this idea ·
-
16 votes
Bart Joy supported this idea ·
-
44 votes
Bart Joy supported this idea ·
-
11 votes
An error occurred while saving the comment An error occurred while saving the comment Bart Joy commented
Possibly could be solved with the solution to this other issue:
https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/6068948-ignore-categories-of-testsBart Joy supported this idea ·
An error occurred while saving the comment Bart Joy commented
I would like tests to be hidden in the UI for a variety of reasons:
1. I've ignored them in NCrunch.
2. I've marked the test as `Explicit` via the NUnit attribute, and don't want to run it manually.
3. I've added a category and configured the engine mode to exclude that category.
4. I've configured the engine mode to exclude tests via other criteria, such as Serial tests.Right now, I can hide tests under category 1. However, for any other scenario, such as 2, 3, and 4, I have to either put up with the NCrunch Tests window being very cluttered with tests that I don't care about right now, or manually find those tests and mark them as ignored.
It would be great if I could tell NCrunch to only show tests that are candidates for being run under my current engine mode. Everything else is just UI clutter.
-
22 votes
An error occurred while saving the comment Bart Joy commented
Maybe this could be linked into the engine mode, so that only tests that match the current engine mode are considered? Ignoring by category could be one criterion that could be used to filter tests that are displayed in the UI or considered candidates for running. Anything else would be excluded, and - even if if failed in the past - would not affect the aggregate "pass / fail", or "Red Ring of Shame" as it is called in the original forum discussion.
Possibly related to:
https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/5677317-test-window-filterBart Joy supported this idea ·
-
4 votes
An error occurred while saving the comment Bart Joy commented
Does the Processing Queue achieve what you want? It's available in the NCrunch menu.
-
6 votes
Bart Joy shared this idea ·
Remco, in answer to your question:
> I'm trying to establish if people want this because they find NCrunch's 'Ignored Tests' to be too limited/cumbersome.
I think the engine-mode based filter would allow users to easily "ignore" and "unignore" tests. Sometimes I don't want to permanently filter out tests by ignoring them, but only focus on a particular subset that's appropriate to what I'm working on now.