BDDpluging, reports, and tags
jenkins/ZenProject/pipeline/head There was a failure building this commit
jenkins/ZenProject/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -3,10 +3,8 @@ package testNGRunner;
|
||||
import io.cucumber.testng.AbstractTestNGCucumberTests;
|
||||
import io.cucumber.testng.CucumberOptions;
|
||||
|
||||
@CucumberOptions(
|
||||
features = "src/main/java/features",
|
||||
glue = "stepDefinition"
|
||||
)
|
||||
@CucumberOptions(features = "src/main/java/features", glue = "stepDefinition", monochrome = false, plugin = { "pretty",
|
||||
"html:BDDrepo/bddReports" }, tags = "@Smoke")
|
||||
public class TestRunner extends AbstractTestNGCucumberTests {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user