I'm using NUnitv3 with SpecFlow 2.0, ive added the attribute [assembly: Parallelizable(ParallelScope.Fixtures)] to my assemblyinfo.cs and have regenerated all of the steps.
However what im noticing is this attribute is not being populated into the generated feature files.
A post by Gaspar Nagy here: https://github.com/techtalk/SpecFlow/wiki/Parallel-Execution suggests that it should be. Could someone she light on how I can get this attribute included?