Rank: Newbie
Groups: Registered
Joined: 6/27/2024(UTC) Posts: 9 Location: Netherlands
|
This are my Global config file: Quote: <GlobalConfiguration> <Settings> <CPUCoresAssignedToIDE>0,1,2,3,4,5</CPUCoresAssignedToIDE> <CPUCoresAssignedToNCrunch>6,7</CPUCoresAssignedToNCrunch> <FastLaneThreads>0</FastLaneThreads> <FrameworkUtilisationTypeForMSTest>UseDynamicAnalysis</FrameworkUtilisationTypeForMSTest> <MaxNumberOfProcessingThreads>1</MaxNumberOfProcessingThreads> <MaxTestRunnerProcessesToPool>1</MaxTestRunnerProcessesToPool> <SystemConfigured>True</SystemConfigured> <TerminateTestRunnerTasksOnExecutionComplete>False</TerminateTestRunnerTasksOnExecutionComplete> <WizardAllowParallelTestExecution>False</WizardAllowParallelTestExecution> <WizardEnableRdi>False</WizardEnableRdi> <WizardEngineMode>Run all tests automatically</WizardEngineMode> <WizardIgnoreTests>False</WizardIgnoreTests> </Settings> <EngineModes> <EngineMode> <Name>Run all tests automatically</Name> <Settings> <EngineModeColor>a255, r0, g128, b25</EngineModeColor> </Settings> </EngineMode> <EngineMode> <Name>Run all tests manually</Name> <Settings> <EngineModeColor>a255, r255, g0, b0</EngineModeColor> <TestsToExecuteAutomatically>False</TestsToExecuteAutomatically> </Settings> </EngineMode> <EngineMode> <Name>Run impacted tests automatically, others manually</Name> <Settings> <AlignOutOfDateStatusWithImpactStatus>True</AlignOutOfDateStatusWithImpactStatus> <EngineModeColor>a255, r128, g128, b0</EngineModeColor> <TestsToExecuteAutomatically>IsImpacted</TestsToExecuteAutomatically> </Settings> </EngineMode> <EngineMode> <Name>Run pinned tests automatically, others manually</Name> <Settings> <AutoPinNewTests>True</AutoPinNewTests> <EngineModeColor>a255, r0, g0, b255</EngineModeColor> <TestsToExecuteAutomatically>IsPinned</TestsToExecuteAutomatically> </Settings> </EngineMode> </EngineModes> </GlobalConfiguration>
|