I have 100 tests, I want to run 20 of them on one thread, and let all the other tests be automatically distributed on the remaining threads. How to do this and is it possible?
1 Like
I have 100 tests, I want to run 20 of them on one thread, and let all the other tests be automatically distributed on the remaining threads. How to do this and is it possible?