Skip to content

Commit 91daf4f

Browse files
authored
Update README.md
1 parent d3ba8a7 commit 91daf4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
This deals with **generating Extent reports for Cucumber-JVM**, version 4.3 and above, by using a **Maven Plugin which parses the Cucumber JSON report**. For more details refer to this [article](https://ghchirp.tech/2114/). Sample implementation can be found [here](https://github.com/grasshopper7/extentreports-cucumberjson-report).
22

3-
The **plugin version 2.0.0** uses **ExtentReport version 5** which deprecates many reporters other than **Spark, Json and Klov**. This plugin also includes a **custom [Pdf reporter](https://github.com/grasshopper7/extentreports-pdf-dashboard-reporter)** which generates a dashboard of the test run. Use the below **configuration** for the plugin.
3+
The **plugin version 2.0.0** uses **ExtentReport version 5** which deprecates many reporters other than **Spark, Json and Klov**. This plugin also includes a **custom [Pdf reporter](https://github.com/grasshopper7/cucumber-pdf-report)** which generates a dashboard of the test run. Use the below **configuration** for the plugin.
44

55

66
```
77
<plugin>
88
<groupId>tech.grasshopper</groupId>
99
<artifactId>extentreports-cucumberjson-plugin</artifactId>
10-
<version>2.8.2</version>
10+
<version>2.8.3</version>
1111
<executions>
1212
<execution>
1313
<id>report</id>
@@ -26,10 +26,10 @@ The **plugin version 2.0.0** uses **ExtentReport version 5** which deprecates ma
2626
</plugin>
2727
```
2828

29-
To use ExtentReports version 4 use the plugin version 1.6.0 in the POM. Refer to **Plugin Configuration** section in the [article](https://grasshopper.tech/2114/).
29+
To use ExtentReports version 4 use the plugin version 1.6.0 in the POM. Refer to **Plugin Configuration** section in the [article](https://ghchirp.tech/2114/).
3030

3131

32-
The Cucumber Json report is created with the below **setting in the Cucumber runner**. Refer to **Cucumber JSON Formatter Setup** section in the [article](https://grasshopper.tech/2114/).
32+
The Cucumber Json report is created with the below **setting in the Cucumber runner**. Refer to **Cucumber JSON Formatter Setup** section in the [article](https://ghchirp.tech/2114/).
3333
```
3434
@CucumberOptions(plugin = { "json:target/json-report/cucumber.json"})
3535
```
@@ -42,7 +42,7 @@ The Cucumber Json report is created with the below **setting in the Cucumber run
4242
| **displayAllHooks** | optional | false | flag for all hooks are to be displayed | |
4343
| **strictCucumber6Behavior** | optional | true | flag to set undefined step to failed | Available after 2.0.0 |
4444

45-
Refer to **Plugin Configuration** section in the [article](https://grasshopper.tech/2114/).
45+
Refer to **Plugin Configuration** section in the [article](https://ghchirp.tech/2114/).
4646

47-
**Report Settings** - The Spark and Json reporter is enabled by default. The Pdf reporter have to be enabled in the project extent.properties file by setting the report start property to true. Refer to **ExtentReport Settings** section in the [article](https://grasshopper.tech/2114/).
47+
**Report Settings** - The Spark and Json reporter is enabled by default. The Pdf reporter have to be enabled in the project extent.properties file by setting the report start property to true. Refer to **ExtentReport Settings** section in the [article](https://ghchirp.tech/2114/).
4848

0 commit comments

Comments
 (0)