public static void FlushExtent()
 {
     extent.Flush();
 }
コード例 #2
0
 public void AfterClass()
 {
     extent.Flush();
 }
 public static void GenerateReport()
 {
     EXTENT_REPORT.Flush();
 }
コード例 #4
0
 public void EndTest()
 {
     PropertiesCollection.driver.Close();
     _extent.Flush();
 }
コード例 #5
0
 public static void FlushReport() => extent.Flush();
コード例 #6
0
 public static void AfterTestRun()
 {
     extent.Flush();
     ReportFactory.LaunchReport();
 }
コード例 #7
0
 public static void TearDownReport()
 {
     extent.Flush();
 }