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

Report implementation for node breaks when thread count is more than 1 #645

Open pkum11 opened 7 years ago

pkum11 commented 7 years ago

Hi,

I have implemented the report to have a test entry one the left hand and then add a class node on the right. Then i am appending the test methods in that class node. Everything worked fine if thread count is 1

This implementation breaks as soon as i update the thread count to more than 1.

I have attached the zip having the 2 reports with thread count 1 and 5

Thread count = 1 2016-10-11 11_42_59-developer - prabhat kumar

Thread count = 5 2016-10-11 11_43_22-developer - prabhat kumar

anshooarora commented 7 years ago

Multiple threads for classes or methods? Please share your usage.

pkum11 commented 7 years ago

Hi,

The node thing breaks for me in all cases below when thread count is more than one

Goal is to get this resolved at class or method level.

Thanks Prabhat Kumar

On Oct 11, 2016 1:27 PM, "Anshoo Arora" notifications@github.com wrote:

Multiple threads for classes or methods? Please share your usage.

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

pkum11 commented 7 years ago

Any updates on this ??

saikrishna321 commented 7 years ago

@pkum11 i run on paralle classes and it works fine. Can you post your code snippet

anshooarora commented 7 years ago

Please share steps to reproduce.