It's possible to run parallel only specific tests in specflow?
Hooks class assembly:
[assembly: Parallelizable(ParallelScope.Fixtures)]
[assembly: LevelOfParallelism(2)]
Even though I use [NonParallelizable]
in specflow class, still it runs this test parallel
Aucun commentaire:
Enregistrer un commentaire