Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 689 Bytes

Readme.md

File metadata and controls

25 lines (16 loc) · 689 Bytes

Maven Central

Extent Framework Cucumber3 Adapter

Docs

See here for complete docs.

See src/test for examples.

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 license