예제 #1
0
 void GlobalSetup()
 {
     //Do setup stuff from Hooks here
     MyDriverManager.NewGetWebDriverFromConfig();
 }
예제 #2
0
 public void Initialize()
 {
     //Consider adding code here so that it sets the environment value in AppConfig so that you can have a suite
     //of tests per environment.
     MyDriverManager.NewGetWebDriverFromConfig();
 }