public XUnitTestBase() { VaftContext = new VaftTestContext { ClassName = "NoneAvailable" }; VaftLog = VaftLogInitializer.Run(); Config.Settings = new ConfigurationSettings(); //RunBeforeBrowserOpens(); LaunchWebBrowser(); }
public void SetUpWebDriver() { VaftContext = new VaftTestContext { ClassName = TestContext.FullyQualifiedTestClassName, MethodName = TestContext.TestName }; VaftLog = VaftLogInitializer.Run(); Config.Settings = new ConfigurationSettings(); RunBeforeBrowserOpens(); LaunchWebBrowser(); }
public void SetUpWebDriver() { VaftContext = new VaftTestContext { ClassName = TestContext.CurrentContext.Test.Name }; VaftLog = VaftLogInitializer.Run(); Log.Debug("----- TEST STARTED -----"); Config.Settings = new ConfigurationSettings(); RunBeforeBrowserOpens(); LaunchWebBrowser(); }
public static void SetUpWebDriver() { VaftLog = VaftLogInitializer.Run(); }