public void RunBeforeAllTests() { CommonLogic commonLogic = new CommonLogic(); webDriver = WebDriverSingleton.GetInstance(); webDriver.Url = commonLogic.GetAppUrl(); }
public BaseTest() { exceptionLog = ExceptionLogSingleton.GetInstance(); webDriver = WebDriverSingleton.GetInstance(); commonLogic = new CommonLogic(); }