anshooarora / extentreports-java

Community version of Extent API for Java has moved to https://github.com/extent-framework/
http://extentreports.com
Other
529 stars 318 forks source link

How to merger the parallel test report when using JVM-Cucumber with Extent report #517

Open perwez123 opened 8 years ago

perwez123 commented 8 years ago

I have been running the parallel test using jvm-cucumber and extent report and it generate the different report folder for each nodes (browser) ,But I need the single report for all the test (node tests) .

Is it currently supporting .I am using your recent example and happen to see that it does not merge all the report and generate single report .

Can you provide the way to solve this problem

anshooarora commented 8 years ago

Are you using the cucumber plugin that Vimal has written, here: https://github.com/email2vimalraj/CucumberExtentReporter?

saikrishna321 commented 8 years ago

Can u also pls provide some info on how Ur running the cucumber-jvm tests in parallel ?

perwez123 commented 8 years ago

HI Anshoo ,

Yes I am using the cucumber plugin that has been written by Vimal only . But example are not given for parallel testing using this plugins .

Please provide us an example which shows the use of parallel testing using Jvm cucumber and extent report .

Please help us to solve this problems

On Wed, Jun 15, 2016 at 8:47 AM, Sai Krishna notifications@github.com wrote:

Can u also pls provide some info on how Ur running the cucumber-jvm tests in parallel ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/anshooarora/extentreports/issues/517#issuecomment-226077823, or mute the thread https://github.com/notifications/unsubscribe/AJ4BlIRADa6xLLtbb_B1aAh2FaQVEL93ks5qL26wgaJpZM4I1MT_ .

Thanks & Regards

saikrishna321 commented 8 years ago

@perwez123 can u pls tell how do u run cucumber-jvm tests in parallel ? with this info i can help u log your results on parallel run

perwez123 commented 8 years ago

I could not find the solution of this problem yet . I have explored and found that there are some plugins which could be used for this but , but we can not use extent along with those plugins . I am looking for a solutions using extent report plugins..

perwez123 commented 8 years ago

@Sai Krishna and Anshoo

I am still exploring how to run in parallel , but did not get any proper solution for it . Can you please share some sample for distribution test using extent report and jvm cucumber .

It would be great helpful .

On Wed, Jun 15, 2016 at 10:43 PM, Sai Krishna notifications@github.com wrote:

@perwez123 https://github.com/perwez123 can u pls tell how do u run cucumber-jvm tests in parallel ? with this info i can help u log your results on parallel run

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anshooarora/extentreports/issues/517#issuecomment-226255183, or mute the thread https://github.com/notifications/unsubscribe/AJ4BlNl-g3FbZXE7kGybqudsBXfqb_YLks5qMDKtgaJpZM4I1MT_ .

Thanks & Regards

Prem88977 commented 7 years ago

Hi,

Even I face the same problem. When I run tests without parallel runs then the report looks good. But when extending the Framework to execute parallel then the report doesn't work as we get an automated generated runners. I implemented using this http://automationrhapsody.com/running-cucumber-tests-in-parallel/

Looking for the solution for a consolidated report when tests are run parallel.

saikrishna321 commented 7 years ago

@perwez123 i get the report build correctly when running cucumber tests in parallel

https://github.com/saikrishna321/AppiumTestDistribution/tree/master/src/main/java/com/report/factory

qakart commented 6 years ago

any one got solution to combine cucumber parallel run results with extendreport thanks in advance karthik

qakart commented 6 years ago

@saikrishna321 i am using the extendreport how do you manage to combine all the xml report into one ?

Ajay2613 commented 6 years ago

Hi Guys

Did anyone get the solution, I am getting the same problem, extent report is not having all the feature files results, It overwrites with last one.