TestShardingPlugin
Gradle plugin to allow parallel test execution using test shards. When applied, extension method Project.shouldRunOnThisIviTestShard
can be used for the projects containing tests. Use this method as a filter function for navtest suite definition, It allows to split all test modules across several shards and then run them in parallel on CI.
Plugin ID: com.tomtom.ivi.platform.tools.testsharding
.