-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.settings
21 lines (21 loc) · 944 Bytes
/
Settings.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="UI_Tests.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Host" Type="System.String" Scope="User">
<Value Profile="(Default)">localhost</Value>
</Setting>
<Setting Name="BrowserName" Type="System.String" Scope="User">
<Value Profile="(Default)">Chrome</Value>
</Setting>
<Setting Name="BaseUrl" Type="System.String" Scope="User">
<Value Profile="(Default)">http://automation.jameshearn.com/</Value>
</Setting>
<Setting Name="Version" Type="System.String" Scope="User">
<Value Profile="(Default)">Latest</Value>
</Setting>
<Setting Name="Table" Type="System.String" Scope="User">
<Value Profile="(Default)">Testing</Value>
</Setting>
</Settings>
</SettingsFile>