How to run the test in parallel in Specflow NUnit?

How to run the test in parallel in Specflow NUnit?

Hi Noah Smith,

To run the test in parallel in Specflow NUnit, use the below command:

[CollectionDefinition("SpecFlowNonParallelizableFeatures", DisableParallelization = true)]