Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 478 Bytes

Readme.md

File metadata and controls

21 lines (14 loc) · 478 Bytes

extentreports-cucumber2-adapter

Docs

See here for complete docs.

Usage

To begin using the adapter, add the com.aventstack.extentreports.cucumber.adapter.ExtentCucumberAdapter plugin to the runner.

@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"com.aventstack.extentreports.cucumber.adapter.ExtentCucumberAdapter:"})
public class RunCukesTest {
	// ..
}

License

MIT licensed