New way of reading configurations from file and deserializing
This commit is contained in:
@ -15,6 +15,7 @@ namespace EATestFramework.Driver
|
||||
_testSettings = testSettings;
|
||||
_browserDriver = browserDriver;
|
||||
driver = GetWebDriver();
|
||||
driver.Navigate().GoToUrl(_testSettings.ApplicationUrl);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user