0

So, I am using SpecRun to run my tests in parallel.

In SpecRun, you have the property 'testThreadCount' which allows you to specify the number of threads.

But having looked at the Specflow documentation (along with everywhere else), I am not sure what the maximum is? [edit]

4

1 回答 1

0

没有最大检查,但根据测试隔离模式,更高的数字会使整体测试运行时间更差。

对于进程测试线程隔离,我建议您使用 (Number of Cores) - 1 作为测试线程数。

对于 AppDomain 和 SharedAppDomain(从 1.4-rc002 开始),您可以使用更大的数字。

于 2016-03-27T11:25:41.270 回答