How can I specify amount of threads while using dotnet test
Xunit 2.4.1 Xunit.runner.visualstudio 2.4.5 netcoreapp 3.1
The issue: I have a Job that is running tests using dotnet test and I have different agent with different performance capacity. For example One machine can handle 10 threads and the other only 6. Now the amount of threads specified in xunit.runner.json file. Could I specify amount of threads from the console? or can I specify the config file to use?