public void Setup() { if (!IISExpressTestManager.IsIISExpressRunning()) { throw new Exception("IIS Express must be running for this test to work"); } _browser = new ChromeDriver(); GoToHomePage(); }
public static void AfterFeature() { Browser.Quit(); IISExpressTestManager.StopIISExpress(); }
public static void BeforeFeature() { IISExpressTestManager.StartIISExpress(); }
public static void AfterFeature() { IISExpressTestManager.StopIISExpress(); }