extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 40 forks source link

Question, Does Extent Report supports test report with nUnit Parallelizable attribute? #118

Closed samchughtai closed 3 years ago

samchughtai commented 3 years ago

I am trying to generate an Extent HTML report on my nUnit .Net Core project. If the tests run in sequence then the report is properly generated but in case I add a parallelizable attribute the report is not generated at all? In Java TestNG I used TestListerners and it worked flawlessly. Can you please let me know if it is even possible in C#?

anshooarora commented 3 years ago

@samchughtai Yes, but the usage would be different to ensure your methods are properly synchronized to log to the relevant tests.