From c2ecc21cd45b4b3820ca44b51fb1961e7e07191e Mon Sep 17 00:00:00 2001 From: grasshopper Date: Fri, 17 Sep 2021 23:15:33 +0530 Subject: [PATCH] Update README.md --- extentreports-cucumber7-adapter/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extentreports-cucumber7-adapter/README.md b/extentreports-cucumber7-adapter/README.md index 1027553..693f27d 100644 --- a/extentreports-cucumber7-adapter/README.md +++ b/extentreports-cucumber7-adapter/README.md @@ -1,8 +1,8 @@ -This deals with generating **Extent reports for Cucumber-JVM version 7** using the ExtentReports Cucumber **Adapter Plugin**. For more details refer to this [article](http://ghchirp.tech/2098/). A sample usage of this adapter can be found [here](https://github.com/grasshopper7/cuke7-extent-adapter-report). +This deals with generating **Extent reports for Cucumber-JVM version 7** using the ExtentReports Cucumber **Adapter Plugin**. For more details refer to this [article](http://ghchirp.tech/3196/). A sample usage of this adapter can be found [here](https://github.com/grasshopper7/cuke7-extent-adapter-report). To **build** from source use ```install -Dmaven.test.failure.ignore=true``` or ```install -Dmaven.test.skip=true```. This ignores intentional test failures from stopping the build. -**Dependency** - To work with the latest [ExtentReports version 5](https://github.com/extent-framework/extentreports-java/wiki), which includes support for latest **Spark, PDF *(New Feature, check 'Extent PDF Reporter' section below)*, Klov and Json** reporters, add the below dependency. The HTML and Logger reporters, among others, have been deprecated. For more details refer to the **POM Dependencies** section of the [article](http://ghchirp.tech/2098/). +**Dependency** - To work with the latest [ExtentReports version 5](https://github.com/extent-framework/extentreports-java/wiki), which includes support for latest **Spark, PDF *(New Feature, check 'Extent PDF Reporter' section below)*, Klov and Json** reporters, add the below dependency. The HTML and Logger reporters, among others, have been deprecated. For more details refer to the **POM Dependencies** section of the [article](http://ghchirp.tech/3196/). ``` @@ -12,7 +12,7 @@ To **build** from source use ```install -Dmaven.test.failure.ignore=true``` or ` ``` -**Report Attachments** - To add attachments, like screen images, two settings need to be added to the extent.properties. First property, named **screenshot.dir**, is the directory where the attachments are stored. Second is **screenshot.rel.path**, which is the relative path from the report file to the screenshot directory. For more details refer to the **Report Attachments** section of the [article](http://ghchirp.tech/2098/). +**Report Attachments** - To add attachments, like screen images, two settings need to be added to the extent.properties. First property, named **screenshot.dir**, is the directory where the attachments are stored. Second is **screenshot.rel.path**, which is the relative path from the report file to the screenshot directory. For more details refer to the **Report Attachments** section of the [article](http://ghchirp.tech/3196/). ``` extent.reporter.spark.out=test-output/SparkReport/Spark.html @@ -34,7 +34,7 @@ extent.reporter.pdf.out=test output/PdfReport/ExtentPdf.pdf ``` The default color settings can be modified by using a YAML config file, named pdf-config.yaml in the project src/test/resource folder. The detailed documentation for this feature is available in this [article](http://ghchirp.tech/2224/). -**Customized Report Folder Name** *(NEW FEATURE)* - To enable report folder name with date and\or time details, two settings need to be added to the extent.properties. These are **basefolder.name** and **basefolder.datetimepattern**. These will be merged to create the base folder name, inside which the reports will be generated. The basefolder.datetimepattern value should be a **valid date time formatter pattern**. For more details refer to the **Customized Report Folder Name** section of the [article](http://ghchirp.tech/2098/). +**Customized Report Folder Name** *(NEW FEATURE)* - To enable report folder name with date and\or time details, two settings need to be added to the extent.properties. These are **basefolder.name** and **basefolder.datetimepattern**. These will be merged to create the base folder name, inside which the reports will be generated. The basefolder.datetimepattern value should be a **valid date time formatter pattern**. For more details refer to the **Customized Report Folder Name** section of the [article](http://ghchirp.tech/3196/). ``` extent.reporter.spark.out=test-output/SparkReport/ @@ -55,7 +55,7 @@ extent.reporter.spark.base64imagesrc=true ``` The Spark report file size will be **pretty large and there could be memory issues** if a substantial number of images are present. A generic thumbnail is created and on clicking the image is displayed. -**Environment or System Info Properties** *(NEW FEATURE)* - It is now possible to add environment or system info properties in the extent.properties or pass them in the maven command line. The key string should begin with the prefix - 'systeminfo.'. **Be careful of the dot at the end**. For more details refer to the **Environment or System Info Properties** section of the [article](http://ghchirp.tech/2098/). +**Environment or System Info Properties** *(NEW FEATURE)* - It is now possible to add environment or system info properties in the extent.properties or pass them in the maven command line. The key string should begin with the prefix - 'systeminfo.'. **Be careful of the dot at the end**. For more details refer to the **Environment or System Info Properties** section of the [article](http://ghchirp.tech/3196/). ``` systeminfo.os=windows