serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
179 stars 292 forks source link

Integrate serenity with customized cucumber #5

Open rajapcs opened 6 years ago

rajapcs commented 6 years ago

I have an customized cucumber project(Developed from Cucumber JUnit) with Gosu script. I want to integrate Serenity with it as I need a good reporting.

Can you suggest any method of doing it.

Thanks in Advance.

sadiqkassamali commented 5 years ago

have you tried anything, if so can you share

wakaleo commented 5 years ago

The simplest way to get the reports is to replace the classic Cucumber runner with the SerenityCucumber runner. If you can't do this, it will be more complicated.