C#C
C#3y ago
troll

✅ XUnit, ParallelTests, and HtmlReport (ExtentReports)

What's a good way to run ParallelTests with Xunit and ExtentReport (or other) ?

My problem is that, I am using a collection to initialize and finalize the report, but since the tests are in the same collection, then I can't run the tests in parallel.

I'm i doing something wrong ? Whats the recommended way ? Tried to google but not much luck
Was this page helpful?