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

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

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