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