forked from Sitefinity/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUITestCasesSetup.testsettings
More file actions
50 lines (50 loc) · 2.81 KB
/
UITestCasesSetup.testsettings
File metadata and controls
50 lines (50 loc) · 2.81 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<TestSettings name="SetupUITestCases" id="1f0ef6b3-c503-44d1-945c-99510291076c" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<Description>Set of test cases which will be executed every night</Description>
<Deployment uploadDeploymentItems="false">
<DeploymentItem filename="Reference Assemblies\Telerik\TestStudio\ArtOfTest.WebAii.Design.dll" />
<DeploymentItem filename="Telerik.Sitefinity.Frontend.TestUI.TestCases\DummyFiles\" />
<DeploymentItem filename="Telerik.Sitefinity.Frontend.TestUI.TestCases\app.config" />
<DeploymentItem filename="Reference Assemblies\Telerik\TestStudio\ArtOfTest.WebAii.dll" />
<DeploymentItem filename="Telerik.Sitefinity.Frontend.TestUI.TestCases\Data\" />
<DeploymentItem filename="Telerik.Sitefinity.Frontend.TestUI.TestCases\SetupScripts\" />
</Deployment>
<NamingScheme baseName="TestExecution@Sitefinity_UITests" useDefault="false" />
<Scripts setupScript=".\SetupScripts\Setup.bat" cleanupScript=".\SetupScripts\Cleanup.bat" />
<RemoteController name="sfhv03" />
<Execution location="Remote">
<Buckets size="1" />
<Timeouts runTimeout="18000000" testTimeout="900000" agentNotRespondingTimeout="90000" scriptTimeout="600000" />
<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="bpc01Role">
<SelectionCriteria>
<AgentProperty name="setupMachine" value="bpc01" />
</SelectionCriteria>
<DataCollectors>
<DataCollector uri="datacollector://microsoft/VideoRecorder/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.DataCollection.VideoRecorder.VideoRecorderDataCollector, Microsoft.VisualStudio.TestTools.DataCollection.VideoRecorder, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Screen and Voice Recorder">
<Configuration>
<MediaRecorder sendRecordedMediaForPassedTestCase="false" xmlns="">
<ScreenCaptureVideo quality="10" />
</MediaRecorder>
</Configuration>
</DataCollector>
</DataCollectors>
</AgentRule>
</Execution>
</TestSettings>