All Downloads are FREE. Search and download functionalities are using the official Maven repository.

myers.cucumber-jvm-parallel-plugin.2.2.0.source-code.cucumber-testng-runner.vm Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
#if ($packageName)package $packageName;

#end##
import cucumber.api.CucumberOptions;
import cucumber.api.testng.AbstractTestNGCucumberTests;

@CucumberOptions(strict = $strict,
features = {"$featureFile"},
plugin = {$reports},
monochrome = ${monochrome},
#if(!$featureFile.contains(".feature:") ) tags = {#if($tags)$tags#end}, #end
glue = { $glue })
public class $className extends AbstractTestNGCucumberTests {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy