You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
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).
2
2
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.
@@ -26,10 +26,10 @@ The **plugin version 2.0.0** uses **ExtentReport version 5** which deprecates ma
26
26
</plugin>
27
27
```
28
28
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/).
30
30
31
31
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/).
@@ -42,7 +42,7 @@ The Cucumber Json report is created with the below **setting in the Cucumber run
42
42
|**displayAllHooks**| optional | false | flag for all hooks are to be displayed ||
43
43
|**strictCucumber6Behavior**| optional | true | flag to set undefined step to failed | Available after 2.0.0 |
44
44
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/).
46
46
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/).
0 commit comments