Skip to content

Cucumber integration for the Serenity BDD Reporting library

License

Notifications You must be signed in to change notification settings

ampie/serenity-cucumber

 
 

Repository files navigation

Serenity Cucumber Integration

This module lets you produce Serenity reports using Cucumber. You run your tests as normal, but using the CucumberWithSerenity runner, e.g.:

@RunWith(CucumberWithSerenity.class)
@CucumberOptions(features="src/test/resources/samples/myfeature.feature")
public class SimpleTableScenario {}

About

Cucumber integration for the Serenity BDD Reporting library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 49.5%
  • Groovy 30.9%
  • Gherkin 10.7%
  • HTML 8.9%