Skip to content

Instantly share code, notes, and snippets.

@shapovalovei
Created February 9, 2017 10:16
Show Gist options
  • Save shapovalovei/18876e72a21b44fc0526cff3e3e192bd to your computer and use it in GitHub Desktop.
Save shapovalovei/18876e72a21b44fc0526cff3e3e192bd to your computer and use it in GitHub Desktop.
@CucumberOptions(
features = "src/test/resources/feature/",
glue = "steps",
tags = "@testdiary1")
class CukesRunnerTest extends AbstractTestNGCucumberTests {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment