You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder/help-delimiter.html
The delimiter used to separate different tests during conversion to "testsToRun" parameter to the format of the selected testing framework conversion<br/>
22
-
23
-
For usage details look at help for format field
21
+
The delimiter used to separate different tests when converting the "testsToRun" parameter to the format of the selected testing framework.<br/>
22
+
For usage details refer to the help on the format field.
Copy file name to clipboardExpand all lines: src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder/help-format.html
The format used to convert single test received in "testsToRun" parameter to the format of the Custom testing framework, and inject it to the "testsToRunConverted" parameter<br/>
21
+
The format used for converting the data that is received in the "testsToRun" parameter, to the format of the custom testing framework. This is then injected to the "testsToRunConverted" parameter.<br/>
22
22
The format syntax is:
23
23
<ul>
24
-
<li><b>$package</b> - to use the test package name in format</li>
25
-
<li><b>$class</b> - to use the test class name in format</li>
26
-
<li><b>$testName</b> - to use the test name in format</li>
24
+
<li><b>$package</b> - uses the test package name in the conversion</li>
25
+
<li><b>$class</b> - uses the test class name in the conversion</li>
26
+
<li><b>$testName</b> - uses the test name in the conversion</li>
27
27
</ul>
28
28
29
29
<br/>For example:<br/><br/>
30
-
<i>testsToRun</i> parameter received 2 tests semicolon separated: <b>v1:MF.simple.tests|AppTest|testA<i>;</i>MF.simple.tests|App2Test|testSendGet</b><br/>
30
+
The <i>testsToRun</i> parameter received 2 tests separated by a semicolon: <b>v1:MF.simple.tests|AppTest|testA<i>;</i>MF.simple.tests|App2Test|testSendGet</b><br/>
31
31
The defined <i>format</i> is: <b>$package.$class#$testName</b><br/>
32
32
The defined <i>delimiter</i> is: <b> , </b>
33
33
<ul>
34
34
<li><b>$package</b> variable will get a value: <i>MF.simple.tests</i></li>
35
35
<li><b>$class</b> variable will get a value: <i>AppTest</i></li>
36
-
<li><b>$testName</b> variable will get a value: <i>testAl</i></li>
36
+
<li><b>$testName</b> variable will get a value: <i>testA</i></li>
37
37
</ul>
38
38
<br/>The <i>testsToRunConverted</i> will be equal: <b>MF.simple.tests.AppTest#testA,MF.simple.tests.App2Test#testSendGet</b>
0 commit comments