Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit f50a40d

Browse files
authored
Merge pull request #218 from mayarfl/pipeline_fix
Help update
2 parents 40493ec + d9650db commit f50a40d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder/help-delimiter.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
~ ___________________________________________________________________
1919
-->
2020
<div>
21-
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.
2423

2524
</div>

src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder/help-format.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
~ ___________________________________________________________________
1919
-->
2020
<div>
21-
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/>
2222
The format syntax is:
2323
<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>
2727
</ul>
2828

2929
<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/>
3131
The defined <i>format</i> is: <b>$package.$class#$testName</b><br/>
3232
The defined <i>delimiter</i> is: <b> , </b>
3333
<ul>
3434
<li><b>$package</b> variable will get a value: <i>MF.simple.tests</i></li>
3535
<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>
3737
</ul>
3838
<br/>The <i>testsToRunConverted</i> will be equal: <b>MF.simple.tests.AppTest#testA,MF.simple.tests.App2Test#testSendGet</b>
3939

0 commit comments

Comments
 (0)