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:
@@ -1,6 +1,8 @@
|
||||
Feature: Home page of the application
|
||||
|
||||
@Smoke
|
||||
Scenario: Leave a comment into Zenful.cloud
|
||||
Given Initialize the remote webdriver Firefox
|
||||
And navigate to "https://zenful.cloud"
|
||||
When User type text into the text box and hit click
|
||||
Then Text is displayed "True"
|
||||
When User type text into the text box and hit click
|
||||
Then Text is displayed "True"
|
||||
|
||||
@@ -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