Skip to content

jeffjensen/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 60.3%
  • Groovy 39.7%