C
C#3mo ago
BekirK

Run multiple test projects in parallel

Hi everyone, I'm working on a project also I have lots of test projects. I realized that tests are not in paralell. First one is running and finished then another starts to run. It's annoying and time wasting. As you can see I've two different test projects. How can I run these projects in parallel. Can you give me some idea about it? Technologies I used: .NET7, XUnit, Rider IDE
No description
1 Reply
BekirK
BekirK3mo ago
What are you doing in your projects for improve the tests speed. Can you give me some ideas?