Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 341 Bytes

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 {}