-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRegressionTestRunner.xml
36 lines (32 loc) · 1.46 KB
/
RegressionTestRunner.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<DMSScript options="272" xmlns="http://www.skyline.be/automation">
<Name>RegressionTestRunner</Name>
<Description>This script can be used to execute regression tests on customer systems.</Description>
<Type>Automation</Type>
<Author>SKYLINE2\thomasre</Author>
<CheckSets>FALSE</CheckSets>
<Folder></Folder>
<Protocols>
</Protocols>
<Memory>
</Memory>
<Parameters>
<ScriptParameter id="2" type="string" values="">
<Description>ScriptConfiguration</Description>
<!--
This parameter is used to run the script in silent mode (for example from a scheduled task), for interactive mode enter any random value
JSON formatted string: {"Folders": ["RTManager/The Pioneers/RT_ThePioneers"], "Scripts": ["RT_1", "RT_2"], "SearchSubDirectories": True, "ScriptsToSkip":["RT_3"], "FoldersToSkip":["RTManager/The Pioneers/RT_ThePioneers/Workflows"], "Recipients":["someone@somewhere.com"]}
-> this will cause all tests in the RTManager/The Pioneers/RT_ThePioneers automation directory to be run as well as RT_1 and RT_2.
-> Additionally, if the "SearchSubDirectories" parameter is set to true it will allow to search for test scripts inside other folders
-> from the specified directory.
-->
</ScriptParameter>
</Parameters>
<Script>
<Exe id="1" type="csharp">
<Value><![CDATA[[Project:RegressionTestRunner_1]]]></Value>
<!--<Param type="debug">true</Param>-->
<Message></Message>
</Exe>
</Script>
</DMSScript>