Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Created August 3, 2019 16:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save beyondxscratch/026030c2726719e6c3578911f27dab19 to your computer and use it in GitHub Desktop.
@RunWith(Cucumber::class)
@CucumberOptions(strict = true, plugin = ["pretty", "json:target/cucumber/recommendation.json"], features = ["classpath:features/recommending-talks.feature"])
class RecommendationFunctionalTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment