-
-
Notifications
You must be signed in to change notification settings - Fork 75
Extent Report not working with Cucumber JVM Parallel Plugin #87
Comments
@Priya3001 : I'll look into this issue and fix if there is an issue. |
@Priya3001 The runner files will be generated dynamically and how do we insert the Extent report codes in @BeforeClass and @afterclass |
@ashokkumarg : You will have to write a velocity template and config in the cucumber jvm parallel plugin. Refer: pom.xml for configuration: https://github.com/temyers/cucumber-jvm-parallel-plugin/blob/master/src/it/junit/extents-report/pom.xml Full source code: https://github.com/temyers/cucumber-jvm-parallel-plugin/tree/master/src/it/junit/extents-report |
I will look in to this and get back to you @email2vimalraj |
@email2vimalraj I get the null pointer exception under @afterclass
This is the dynamically created runner class
CONSOLE
|
@email2vimalraj <https://github.com/email2vimalraj> : any update on this
extent report issue?
…On Thu, Jun 28, 2018 at 11:42 AM, VimalRaj Selvam ***@***.***> wrote:
@Priya3001 <https://github.com/Priya3001> : I'll look into this issue and
fix if there is an issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARU0Z7ehLTI2qm2HYwQaDJSUi1jtmv84ks5uBHPQgaJpZM4SkE8o>
.
|
@Priya3001 He told it will be fixed on the cucumber extent report upcoming release. Waiting for the release date. |
Any update? |
@email2vimalraj <https://github.com/email2vimalraj> : any update on this
extent report issue?
…On Thu, Aug 23, 2018 at 7:25 PM Francisco Aguiar ***@***.***> wrote:
Any update?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARU0ZxCr5vLhix19BHXXfeVSKdHasdusks5uTrROgaJpZM4SkE8o>
.
|
I had made all necessary changes for extent report in Runner class. Also, added dependencies for the same in pom.xml.
Since, I am also using parallel plugin, I also added following information in configuration of cucumber-jvm-parallel-plugin in pom.xml:
com.cucumber.listener.ExtentCucumberFormatter
html
${project.build.directory}/cucumber-parallel/cucumber-extent-report
It is now generating extent report at target/cucumber-parallel/cucumber-extent-report. But this report does not contain information which we are adding using Reporter.setSystemInfo in Runner class.
could you pleas help me solving this problem.
The text was updated successfully, but these errors were encountered: