Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Included the maven dependency information and the jar download info i…
Browse files Browse the repository at this point in the history
…n the readme file.
  • Loading branch information
email2vimalraj committed Mar 28, 2016
1 parent f49c1e3 commit effed5b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

This java project helps you to generate the custom cucumber-jvm report using ExtentReports plugin.

The ExtentReports plugin is developed by Anshoo Arora. This is one of the best reporting plugin available for testing world. This plugin can be used with any Test Apis.
The [ExtentReports](http://extentreports.relevantcodes.com/) plugin is developed by Anshoo Arora. This is one of the best reporting plugin available for testing world. This plugin can be used with any Test Apis.

## Usage
If you are using a maven based project, you can directly add this library as a dependency:

```
<dependency>
<groupId>com.vimalselvam</groupId>
<artifactId>cucumber-extentsreport</artifactId>
<version>1.0.0</version>
</dependency>
```

If not, download the jar from [here](http://search.maven.org/remotecontent?filepath=com/vimalselvam/cucumber-extentsreport/1.0.0/cucumber-extentsreport-1.0.0.jar).

## Cucumber runner class
By default in case you don't pass any arguments to the ExtentCucumberFormatter, it will create output/Run_<unique timestamp>/report.html file in your project directory.

**Example**:
Expand Down

0 comments on commit effed5b

Please sign in to comment.