I've started a nUnit3
tests on a computer that has 2 core. It seems it runs only with 1 agent.
I've read the documentation but they say the --agents=X
is to reduce the number of threads.
Why by default it doesn't use 2 agents if I've 2 cores? Should I use the --agents=X
option?
My whole command line:
C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" Solution\MySolution.sln --config=Debug --result=%CD%\TestResult.xml;format=nunit2