Disable one feature file from running in parallel with other features in c# using SpecFlow

22 Views Asked by At

I have a few feature files that run in parallel using specflow I want to disable one of the features from running in parallel with others. Tried adding addNonParallelizableMarkerForTags field to specflow.json but it didn't work Would to have any other ideas how to do that

tnx

0

There are 0 best solutions below