This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea73aac
commit 4192202
Showing
2 changed files
with
123 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# cucumber-jvm-extentreports | ||
# cucumber-jvm-extentreports | ||
|
||
A custom `cucumber-jvm` report formatter using [ExtentReports](http://extentreports.relevantcodes.com) | ||
|
||
## Usage | ||
If you are using a maven based project, you can directly add this library as a dependency: | ||
|
||
``` | ||
<dependency> | ||
<groupId>com.sitture</groupId> | ||
<artifactId>cucumber-jvm-extentsreport</artifactId> | ||
<version>1.0.0</version> | ||
</dependency> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters