NUnit3Settings.

Workers Property

Summary

Gets or sets the number of worker threads to be used in running tests.If not specified, defaults to 2 or the number of processors, whichever is greater.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnit3Settings

Syntax

public int? Workers { get; set; }

Value

Type Description
int? The number of worker threads.