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

Commit 6c12847

Browse files
authored
Update two screenshots on the guide page
1 parent 89bcbe8 commit 6c12847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONFIGDOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This build step uses a default setting to run tests authored using the MATLAB Un
5959

6060
With the **Run MATLAB Tests** build step, you can customize your test run using the exisiting options in the step configuration panel. For example, you can add folders to the MATLAB search path, have control over which tests to run, and generate different types of artifacts. If you do not select any of the check boxes, the tests still run, and test failures fail the build.
6161

62-
![run_matlab_tests](https://user-images.githubusercontent.com/48831250/104772192-09923680-5741-11eb-998c-b4549244e877.png)
62+
![run_matlab_tests](https://user-images.githubusercontent.com/48831250/105909610-c2842b00-5ff5-11eb-9b6a-9530ae7289ff.png)
6363

6464
Select **Source folder** if you want to specify source code folders in your build. When you specify source folder locations relative to the project root folder, the plugin adds the folders and their subfolders to the top of the MATLAB search path. Also, if you specify source code folders and then choose to generate a coverage report, the plugin uses only the code in the specified folders and their subfolders to generate the report. You can specify more than one folder by clicking **Add folder**.
6565

@@ -71,7 +71,7 @@ By default, the **Run MATLAB Tests** step creates a test suite from all the test
7171

7272
* Select **By tag** if you want to select test suite elements using a test tag. When you specify a test tag, the plugin creates a test suite using only the test elements with the specified tag.
7373

74-
![run_matlab_tests_filter](https://user-images.githubusercontent.com/48831250/104773344-ec5e6780-5742-11eb-8581-a7019f8019db.png)
74+
![run_matlab_tests_filter](https://user-images.githubusercontent.com/48831250/105909635-cfa11a00-5ff5-11eb-8642-7fc037dbedf5.png)
7575

7676
Select the appropriate check boxes if you want to generate test or coverage artifacts. To publish the test results, you can use these artifacts with other Jenkins plugins. By default, the plugin assigns a name to each selected artifact and stores it in the `matlabTestArtifacts` folder of the project workspace. You can override the default artifact name and location by specifying a path relative to the project folder in the **File path** box. If you leave the text box empty, the plugin does not generate an artifact.
7777

0 commit comments

Comments
 (0)