forked from DerivcoIpswich/dsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTests.testsettings
More file actions
34 lines (34 loc) · 1.61 KB
/
Copy pathTests.testsettings
File metadata and controls
34 lines (34 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<TestSettings name="ScriptSharp" id="4d943b1b-2d0a-48f4-b3fc-adf2d6a940eb" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<Description>These are default test settings for a local test run.</Description>
<Deployment>
<DeploymentItem filename="bin\Debug\Test\npm\" outputDirectory="Test\npm\" />
<DeploymentItem filename="bin\Debug\Test\" outputDirectory="Test\" />
<DeploymentItem filename="bin\Debug\TestCases\" outputDirectory="TestCases\" />
<DeploymentItem filename="bin\Debug\TestSite\" outputDirectory="TestSite\" />
<DeploymentItem filename="bin\Debug\tools\" outputDirectory="tools\" />
</Deployment>
<NamingScheme baseName="Run" appendTimeStamp="false" useDefault="false" />
<Execution>
<TestTypeSpecific>
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
<AssemblyResolution>
<TestDirectory useLoadContext="true" />
</AssemblyResolution>
</UnitTestRunConfig>
<WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
<Browser name="Internet Explorer 7.0">
<Headers>
<Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
<Header name="Accept" value="*/*" />
<Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
<Header name="Accept-Encoding" value="GZIP" />
</Headers>
</Browser>
</WebTestRunConfiguration>
</TestTypeSpecific>
<AgentRule name="LocalMachineDefaultRole">
</AgentRule>
</Execution>
<Properties />
</TestSettings>