This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package testNGRunner;
|
||||
|
||||
import io.cucumber.testng.AbstractTestNGCucumberTests;
|
||||
import io.cucumber.testng.CucumberOptions;
|
||||
|
||||
@CucumberOptions(
|
||||
features = "src/main/java/features",
|
||||
glue = "stepDefinition"
|
||||
)
|
||||
public class TestRunner extends AbstractTestNGCucumberTests {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user