forked from microsoft/CodeContracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FoxtrotTestRun.testrunconfig
22 lines (22 loc) · 1.09 KB
/
FoxtrotTestRun.testrunconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<TestRunConfiguration name="Local Test Run" id="099290fb-e2b3-4b44-8832-f469ebe29d66" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<Description>This is a default test run configuration for a local test run.</Description>
<Timeouts testTimeout="300000" />
<Deployment>
<DeploymentItem filename="Tests\OutOfBand\bin\Debug\OutOfBand.dll" />
<DeploymentItem filename="Tests\OutOfBand.Contracts\bin\Debug\OutOfBand.Contracts.dll" />
</Deployment>
<TestTypeSpecific>
<WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
<Browser name="Internet Explorer 6.0">
<Headers>
<Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" />
<Header name="Accept" value="*/*" />
<Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
<Header name="Accept-Encoding" value="GZIP" />
</Headers>
</Browser>
<Network Name="LAN" BandwidthInKbps="0" />
</WebTestRunConfiguration>
</TestTypeSpecific>
</TestRunConfiguration>