I've been searching the docs and forums, but haven't been able to figure out 
what I'm doing wrong.
 
I have a project that has several hundred unit tests. I would like them to run 
in parallel. I have tried various settings of forkEvery, but looking at Task 
Manager, it appears that my tests are running serial rather than parallel.
 
I have tried both 0.8 and 0.9 but with no luck.
 
So, what do I need to do to have my tests run in parallel? What option/setting 
am I missing here, or is something not implemented yet?
 
I've seen mention of internal test processing, and client/server functionality 
to run multiple tests, but don't see any config information for taking 
advantage of this.
 
Any help is greatly appreciated, as without this, I won't be able to convince 
my team to switch to Gradle from Ant.
 
Mike

Reply via email to