jeudi 1 octobre 2020

Run parallel specific tests in specflow, selenium

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