<PackageReference Include="NUnit" Version="3.2.0" />

ParallelizableAttribute

ParallelizableAttribute is used to mark tests that may be run in parallel.

Construct a ParallelizableAttribute using default ParallelScope.Self.

Construct a ParallelizableAttribute with a specified scope.

public void ApplyToContext(TestExecutionContext context)

Modify the context to be used for child tests