public class TestExecution
Extension to configure ISHUnit test execution.
@NotNull public static java.lang.String HTML_ANT_TESTREPORT_CONFIG
public static com.intershop.gradle.icm.docker.extension.TestExecution.Companion Companion
@Inject
public TestExecution(@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
Extension to configure ISHUnit test execution.
@NotNull public org.gradle.api.provider.SetProperty<com.intershop.gradle.icm.docker.extension.Suite> getTestConfigSet()
public void test(@NotNull
Suite suite)
Add test configuration.
suite - Test suite configuration.public void test(@NotNull
java.lang.String cartrige,
@NotNull
java.lang.String suite)
Add test configuration.
cartrige - cartridge namesuite - test suite class@NotNull public org.gradle.api.provider.Property<java.lang.Boolean> getFailFast()