| /help | Show this message on the screen | |
| /logfile=<filename> | Specifies the log file name | |
| /loglevel=<level> | Sets logging level. Can be [trace,debug,info,warning,error,fatal] | |
| /openmonitor | Opens the Build Monitor when a test is run | |
| /targetdir=<path> | Specifies the working directory on which the test framework operated. | This command should be used in case the IBTestConsole was not initiated from the same directory as the test assemblies. |
| /testlevel=<level> | Specifies the test distribution level. Supported values=[auto, assembly, deep, suite, <number of cores to engage>]. Default value is auto. Assembly – Distribute one assembly per core. Auto - Use the maximum available cores. Deep – Uses all the available cores in the pool, while striving to run each test in a different core. Suite - Distribute based on suites (one suite per core). Number of cores – Limit the number of cores to be used for each assembly. Incredibuild will distribute all the tests evenly between the cores (e.g. if there are 1000 tests and N=200, each of the 200 cores will run 5 tests). | The number of cores to be used may determine the efficiency of the parallelization. In general, you should set the /testlevel=N command option so that N should be around x2.5 of the number of cores that you have on your local machine. To learn more about test level optimization, see Advanced Test Level Optimization. |
| /test={framework} | Forces IBTestConsole to handle the executed command as a specific framework. | Supported frameworks: /test=NUnit3 /test=NUnit2 /test=GTest |
| /silent | Set silent mode (disable output to console) | |
| /MinWinVer=<version> | Minimum required Windows version of helper Agents. Support values = [XP, 2003, Vista, 2008, 7, 8, 8.1, 10] | |
| /MaxWinVer=<version> | Maximum allowed Windows version of helper Agents. Support values = [XP, 2003, Vista, 2008, 7, 8, 8.1, 10] | |
| /out=<filename> | Redirects the entire command line output to a file | |
/title="<text>" | Adds a line of text to build output | |
| /inputfile=<filename> | Specify input file name. Only supported for Gtest | |