Ejemplo n.º 1
0
        public void Setup()
        {
            if (!IISExpressTestManager.IsIISExpressRunning())
            {
                throw new Exception("IIS Express must be running for this test to work");
            }

            _browser = new ChromeDriver();

            GoToHomePage();
        }
Ejemplo n.º 2
0
 public static void AfterFeature()
 {
     Browser.Quit();
     IISExpressTestManager.StopIISExpress();
 }
Ejemplo n.º 3
0
 public static void BeforeFeature()
 {
     IISExpressTestManager.StartIISExpress();
 }
Ejemplo n.º 4
0
 public static void AfterFeature()
 {
     IISExpressTestManager.StopIISExpress();
 }