Need help in running test cases in parallel

Jayesh Warke - Nov 5 - - Dev Community

Hello fellow developers,

I have automation testing project which uses playwright, specflow, .net . I want to run test cases in parallel.

Treid following configuratuion which runs the features in parallel.

<ParallelScope>Fixtures</ParallelScope> 
<LevelOfParallelism>8</LevelOfParallelism> 
Enter fullscreen mode Exit fullscreen mode

but i need more control over test cases execution as my automation test count has surpassed 250. What other options do i have?

.
Terabox Video Player