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

ParallelizableAttribute

ParallelizableAttribute is used to mark tests that may be run in parallel.
public ParallelScope Scope { get; }

Defines the degree to which this test and its descendants 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