public void OneTimeTearDown()
        {
            ExtentReportHelpers.GenerateReport();

            //Limpa tabelas da DB no final do test
            MassaStartDBSteps.ClearMassaDeTestsDB();
        }
Example #2
0
        public void OneTimeTearDown()
        {
            ExtentReportHelpers.GenerateReport();

            //deleta cargas no final da execução de teste
            DeleteChargesDBSteps.OneTimeTearDB();
        }
 public void OneTimeTearDown()
 {
     ExtentReportHelpers.GenerateReport();
 }
Example #4
0
 public void OneTimeTearDown()
 {
     ExtentReportHelpers.GenerateReport();
     DriverFactory.QuitInstace();
 }
Example #5
0
 public void TearDown()
 {
     ExtentReportHelpers.AddTestResult();
     ExtentReportHelpers.GenerateReport();
 }
 public void Dispose()
 {
     ExtentReportHelpers.GenerateReport();
 }
 public static void AfterTestRun()
 {
     ExtentReportHelpers.GenerateReport();
 }
Example #8
0
 public void OneTimeTearDown()
 {
     TokenFlows.DeletaTokenGitHub();
     ExtentReportHelpers.GenerateReport();
 }
Example #9
0
 public void OneTimeTearDown()
 {
     ExtentReportHelpers.GenerateReport();
     DriverFactory.KillDriver();
 }
Example #10
0
 public void TearDown()
 {
     ExtentReportHelpers.AddTestResult();
     ExtentReportHelpers.GenerateReport();
     DriverFactory.KillDriver();
 }
Example #11
0
 public void TearDown()
 {
     ExtentReportHelpers.AddTestResult();
     ExtentReportHelpers.GenerateReport();
     DriverFactory.QuitInstace();
 }