void GlobalSetup() { //Do setup stuff from Hooks here MyDriverManager.NewGetWebDriverFromConfig(); }
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(); }