Running parallel junit tests on multiple remote ma

2019-06-18 16:40发布

问题:

I'm working on a pretty large project with junit tests running several hours. Is there a way to distribute unit tests to different machines and run these tests in parallel?

回答1:

What about a build runner like Jenkins and a maven or gradle like build setup.

Possibly something like http://test-load-balancer.github.com/ as a distributed testrunner is not available from gradle at the moment http://forums.gradle.org/gradle/topics/distributed_testing