![JAR search and dependency download from the Maven repository](/logo.png)
myers.cucumber-jvm-parallel-plugin.0.1-alpha4.source-code.cucumber-junit-runner.vm Maven / Gradle / Ivy
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(strict = $strict, features = {"classpath:$featureFile"}, format = {"$reportType:target/cucumber-parallel/$outputFile",
"pretty"}, monochrome = ${monochrome}, tags = {$tags}, glue = { $glue })
public class Parallel${fileCounter}IT {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy