How do I use serenity properties for running cucumber jvm?
E.g:
serenity.use.unique.browser=true
serenity.requirement.types=Epics,Features
serenity.take.screenshots=FOR_FAILURES
serenity.sourceDirectory=./target/site/serenity
How do I use serenity properties for running cucumber jvm?
E.g:
serenity.use.unique.browser=true
serenity.requirement.types=Epics,Features
serenity.take.screenshots=FOR_FAILURES
serenity.sourceDirectory=./target/site/serenity
On Github: https://github.com/serenity-bdd/serenity-cucumber
An example of using cucumber with serenity can be found here: https://github.com/serenity-bdd/serenity-articles/tree/master/introduction-to-serenity-with-cucumber/src/samples/etsy-tester
Which points to the example code from the article found at: http://thucydides.info/docs/articles/an-introduction-to-serenity-bdd-with-cucumber.html