예제 #1
0
 public static void FlushExtentReport(AventStack.ExtentReports.ExtentReports extent)
 {
     extent.Flush();
 }
예제 #2
0
 private void ProcessTrxFile(string trxFile)
 {
     new TrxParser(_extentReports, _logger).ParseTestRunnerOutput(trxFile);
     _extentReports.Flush();
 }