You are on page 1of 1

@RunWith(Cucumber.

class)
@CucumberOptions(
features = "src/test/Resources/Resource.feature",
glue = {"StepDefs"}
)

You might also like