diff --git a/Readme.md b/Readme.md index fdb219c..58a3b28 100644 --- a/Readme.md +++ b/Readme.md @@ -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: + +``` + + com.vimalselvam + cucumber-extentsreport + 1.0.0 + +``` + +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_/report.html file in your project directory. **Example**: