DEV Community

Jayesh Warke
Jayesh Warke

Posted on

Need help in running test cases in parallel

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?

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay