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 Mar 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONFIGDOC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Select check boxes in the **Generate Test Artifacts** and **Generate Coverage Ar
85
85
The **Run MATLAB Tests** build step produces a MATLAB script file and uses it to run the tests and generate the artifacts. The plugin writes the contents of this file to the build log. You can review the build log in **Console Output** to understand the testing workflow.
86
86
87
87
Artifacts to generate with the plugin are subject to these restrictions:
88
-
* Producing a PDF test report is not currently supported on macOS platforms.
88
+
* Producing a PDF test report on macOS platforms is supported in MATLAB R2020b and later.
89
89
* Exporting Simulink Test™ Manager results requires a Simulink Test license and is supported in MATLAB R2019a and later.
90
90
* Producing a Cobertura model coverage report requires a Simulink Coverage™ license and is supported in MATLAB R2018b and later.
91
91
@@ -273,7 +273,7 @@ Input | Description
273
273
`sourceFolder` | (Optional) Location of the folder containing source code, relative to the project root folder. The specified folder and its subfolders are added to the top of the MATLAB search path. If you specify `sourceFolder` and then generate a coverage report, the plugin uses only the source code in the specified folder and its subfolders to generate the report.<br/>**Example:**`['source']`<br/>**Example:**`['source/folderA', 'source/folderB']`
274
274
`selectByFolder` | (Optional) Location of the folder used to select test suite elements, relative to the project root folder. To create a test suite, the plugin uses only the tests in the specified folder and its subfolders.<br/>**Example:**`['test']`<br/>**Example:**`['test/folderA', 'test/folderB']`
275
275
`selectByTag` | (Optional) Test tag used to select test suite elements. To create a test suite, the plugin uses only the test elements with the specified tag.<br/>**Example:**`'FeatureA'`
276
-
`testResultsPDF` | (Optional) Path to write test results report in PDF format. Currently, this input is not supported on macOS platforms.<br/>**Example:**`'test-results/results.pdf'`
276
+
`testResultsPDF` | (Optional) Path to write test results report in PDF format. On macOS platforms, this input is supported in MATLAB R2020b and later.<br/>**Example:**`'test-results/results.pdf'`
277
277
`testResultsTAP` | (Optional) Path to write test results report in TAP format.<br/>**Example:**`'test-results/results.tap'`
278
278
`testResultsJUnit` | (Optional) Path to write test results report in JUnit XML format.<br/>**Example:**`'test-results/results.xml'`
279
279
`testResultsSimulinkTest` | (Optional) Path to export Simulink Test Manager results in MLDATX format. This input requires a Simulink Test license and is supported in MATLAB R2019a and later.<br/>**Example:**`'test-results/results.mldatx'`
0 commit comments