anshooarora / extentreports-csharp

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

How to write to one report when test cases are in different classes? #128

Open jamesaslett1985 opened 6 years ago

jamesaslett1985 commented 6 years ago

Hi,

I recently moved all of my test cases from one huge class to each test having its own class, as this was a requirement of getting my tests to run in parallel.

Previously, one report was written that included all test cases, but now only the last executed test case is written to the report.

Is there a way around this?

Many thanks