Ejemplo n.º 1
0
        public void TearDown()
        {
            // Screenshot
            //String img = SaveScreenShotClass.SaveScreenshot(GlobalDefinitions.driver, "Report");//AddScreenCapture(@"E:\Dropbox\VisualStudio\Projects\Beehive\TestReports\ScreenShots\");
            //test.Log(LogStatus.Info, "Image example: " + img);
            ExtentReport.AfterTest();

            // Close the driver :)
            //GlobalDefinitions.driver.Close();
            //GlobalDefinitions.driver.Quit();
        }
Ejemplo n.º 2
0
 public void TearDown()
 { // End Test Report and Close the driver
     ExtentReport.AfterTest();
 }