![JAR search and dependency download from the Maven repository](/logo.png)
myers.cucumber-jvm-parallel-plugin.1.1.0.source-code.cucumber-testng-runner.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-jvm-parallel-plugin Show documentation
Show all versions of cucumber-jvm-parallel-plugin Show documentation
Plugin for assisting with running Cucumber-JVM features in parallel
import cucumber.api.CucumberOptions;
import cucumber.api.testng.AbstractTestNGCucumberTests;
@CucumberOptions(strict = $strict,
features = {"classpath:$featureFile"},
format = {$reports, "pretty"},
monochrome = ${monochrome},
tags = {$tags},
glue = { $glue })
public class Parallel${fileCounter}IT extends AbstractTestNGCucumberTests {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy