All Projects → extent-framework → extentreports-cucumber4-adapter

extent-framework / extentreports-cucumber4-adapter

Licence: Apache-2.0 license
Cucumber4 Adapter for Extent Framework

Programming Languages

java
68154 projects - #9 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to extentreports-cucumber4-adapter

MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (-27.03%)
Mutual labels:  extentreports
MasterSeleniumFramework
Automation Testing | Web | Java | OOPS | Selenium WebDriver | TestNG | Maven | ExtentReport | Allure Reports | Java mail API | Design Patterns (Page Object Model, Singleton) | Jenkins | Data-Driven Testing using JSON file
Stars: ✭ 52 (+40.54%)
Mutual labels:  extentreports

Cucumber 4 Plugin for ExtentReports

Maven Central

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

Attaching Screenshots

Screenshots can be saved to a specified in extent.properties using:

screenshot.dir=test-output/

The below setting can be used to specify the relative path from the saved HTML file to link screenshots:

screenshot.rel.path=../

To learn more about this, refer to #20.

License

ExtentReports plugin for Cucumber v4 is Open Source software and released under Apache-2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].