Exemplo n.º 1
0
 public void BeforeSetup()
 {
     testContext = TestContext.CurrentContext;
     _test       = _extent.CreateTest(testContext.Test.MethodName);
     TestLog     = ReportLog.InitializeTestReporting(testContext.Test.MethodName);
     driver      = Initialize(testContext);
 }