|
3 | 3 |
|
4 | 4 | <f:section title="Generate Test Artifacts"> |
5 | 5 | <f:optionalBlock name="pdfReportChkBx" field="pdfReportChkBx" title="PDF test report" checked="${instance.isPdfChecked}"> |
6 | | - <f:entry field="pdfReportFilePath" title="File location "> |
| 6 | + <f:entry field="pdfReportFilePath" title="File path: "> |
7 | 7 | <f:textbox default="matlabTestArtifacts/testreport.pdf"/> |
8 | 8 | </f:entry> |
9 | 9 | </f:optionalBlock> |
10 | 10 |
|
11 | 11 | <f:optionalBlock name="tapChkBx" field="tapChkBx" title="TAP test results" checked="${instance.isTapChecked}"> |
12 | | - <f:entry field="tapReportFilePath" title="File location "> |
| 12 | + <f:entry field="tapReportFilePath" title="File path: "> |
13 | 13 | <f:textbox default="matlabTestArtifacts/taptestresults.tap"/> |
14 | 14 | </f:entry> |
15 | 15 | </f:optionalBlock> |
16 | 16 |
|
17 | 17 | <f:optionalBlock name="junitChkBx" field="junitChkBx" title="JUnit-style test results" checked="${instance.isJunitChecked}"> |
18 | | - <f:entry field="junitReportFilePath" title="File location "> |
| 18 | + <f:entry field="junitReportFilePath" title="File path: "> |
19 | 19 | <f:textbox default="matlabTestArtifacts/junittestresults.xml"/> |
20 | 20 | </f:entry> |
21 | 21 | </f:optionalBlock> |
22 | 22 |
|
23 | 23 | <f:optionalBlock name="stmResultsChkBx" field="stmResultsChkBx" title="Simulink Test Manager results" checked="${instance.isStmChecked}"> |
24 | | - <f:entry field="stmResultsFilePath" title="File location "> |
| 24 | + <f:entry field="stmResultsFilePath" title="File path: "> |
25 | 25 | <f:textbox default="matlabTestArtifacts/simulinktestresults.mldatx"/> |
26 | 26 | </f:entry> |
27 | 27 | </f:optionalBlock> |
|
30 | 30 |
|
31 | 31 | <f:section title="Generate Coverage Artifacts"> |
32 | 32 | <f:optionalBlock name="coberturaChkBx" field="coberturaChkBx" title="Cobertura code coverage" checked="${instance.isCoberturaChecked}"> |
33 | | - <f:entry field="coberturaReportFilePath" title="File location "> |
| 33 | + <f:entry field="coberturaReportFilePath" title="File path: "> |
34 | 34 | <f:textbox default="matlabTestArtifacts/cobertura.xml"/> |
35 | 35 | </f:entry> |
36 | 36 | </f:optionalBlock> |
37 | 37 |
|
38 | 38 | <f:optionalBlock name="modelCoverageChkBx" field="modelCoverageChkBx" title="Cobertura model coverage" checked="${instance.isModelCovChecked}"> |
39 | | - <f:entry field="modelCoverageFilePath" title="File location "> |
| 39 | + <f:entry field="modelCoverageFilePath" title="File path: "> |
40 | 40 | <f:textbox default="matlabTestArtifacts/modelcoverage.xml"/> |
41 | 41 | </f:entry> |
42 | 42 | </f:optionalBlock> |
|
0 commit comments