New way of reading configurations from file and deserializing
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
using EATestFramework.Driver;
|
||||
using System;
|
||||
|
||||
namespace EATestFramework.Settings
|
||||
{
|
||||
public class TestSettings
|
||||
{
|
||||
public BrowserType BrowserType { get; set; }
|
||||
public Uri ApplicationUrl { get; set; }
|
||||
|
||||
public int TimeoutInterval { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user