Hi,
I cannot delete filters in custom engine modes. I have added set of test to be excluded to run automatically, its good.
But if I want to remove any of the test I cannot do it. I have recreate all the filters except the one which I don't want.
Thank you,
Dheeraj
Remco NCrunch Developer
#15459
12 May 2021 01:42 UTC
Hi Dheeraj,
In the filter builder, the drop-down menus that allow you to select the conditions have an option at the top called '<remove>'. If you select this option, it will remove the condition.
Generally, I would recommend against build complex conditions that target tests by name. It would be better practice to instead use the condition to target a test category, then use category attributes to determine which tests should be executed automatically.
In the filter builder, the drop-down menus that allow you to select the conditions have an option at the top called '<remove>'. If you select this option, it will remove the condition.
Generally, I would recommend against build complex conditions that target tests by name. It would be better practice to instead use the condition to target a test category, then use category attributes to determine which tests should be executed automatically.
Post a reply
Log in to reply.