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

ParallelizableAttribute

Marks a test assembly, fixture or method 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