Is it possible to distribute jUnit Test Cases on multiple slave machines using Gradle?
This is currently not supported by Gradle. At the moment you can only use multiple jvms on the same machine. But it’s on the gradle agenda. for details, have a look at this post:
regards, René
Not yet, but it’s planned: http://forums.gradle.org/gradle/topics/distributed_testing
Ok, but is there some time frame when we expect to have this capability.
Hopefully later this year, but I can’t make any promises.
Do you have some ideas, if yes then i can fork and try implementing it
Distributed testing is a major undertaking and not something that can easily be developed outside the core team. If you want to contribute to Gradle, I recommend to start with something small, like a bug that you would like to see fixed.
That sounds good to me, will do that. Thanks for your help