Looking for detailed documentation on the settings that can be passed to the NCrunch console tool. Specifically, attempting to identify the setting to pass that allows inconclusive tests to be considered as a passing.
Any help would be appreciated.
Thanks
Remco NCrunch Developer
#11590
30 Nov 2017 22:59 UTC
Hi,
Try this one:
ncrunch.exe -ConsiderInconclusiveTestsAsPassing True
The names of the configuration settings as used by the console tool's parameter line correspond with the names of their XML tags inside the NCrunch config files.
Try this one:
ncrunch.exe -ConsiderInconclusiveTestsAsPassing True
The names of the configuration settings as used by the console tool's parameter line correspond with the names of their XML tags inside the NCrunch config files.
Post a reply
Log in to reply.