This changes for to run tests in parallel for gradle-gosu-plugin project. The approach here is to split all tests equally based on the number of containers and run the subset of test on each container.
One caveat for this approach is tests should be atomic, not dependent on other tests.
This changes for to run tests in parallel for gradle-gosu-plugin project. The approach here is to split all tests equally based on the number of containers and run the subset of test on each container. One caveat for this approach is tests should be atomic, not dependent on other tests.