Example #1
0
        public static void allPageSetUp()
        {
            AllPageBase.AddAllPages();
            
            //Setting up Extend report
            var htmlReporter = new ExtentHtmlReporter("C:\\Users\\Aditya Gautam\\source\\repos\\SpecflowProjectV2\\ExtentReport.html");
            htmlReporter.Config.Theme = AventStack.ExtentReports.Reporter.Configuration.Theme.Dark;

            extent = new ExtentReports();
            extent.AttachReporter(htmlReporter);
        }
Example #2
0
 public static void allPageSetUp()
 {
     AllPageBase.AddAllPages();
 }