Example #1
0
 static CommonMethods()
 {
     Extent = new ExtentReports(ConstantHelpers.ReportsPath, true, DisplayOrder.NewestFirst);
     Extent.LoadConfig(ConstantHelpers.ReportXMLPath);
 }
 public static void ExtentReports()
 {
     extent = new ExtentReports(ConstantHelpers.ReportsPath, true, DisplayOrder.NewestFirst);
     extent.LoadConfig(ConstantHelpers.ReportXMLPath);
 }
Example #3
0
 public static void ExtentReports()
 {
     Extent = new ExtentReports(ConstantHelpers.ReportsPath, true, DisplayOrder.NewestFirst);
     Extent.LoadConfig(ConstantHelpers.ReportXMLPath);
     test = Extent.StartTest("MARS Automation Test", "Test case execution for Mars");
 }