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

Commit 43483b8

Browse files
authored
Update CONFIGDOC.md
1 parent dd263ae commit 43483b8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CONFIGDOC.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -498,17 +498,15 @@ Starting in R2024b, if you have a MATLAB Test™ license, you can view your
498498
- Run tests with a [`matlab.buildtool.tasks.TestTask`](https://www.mathworks.com/help/matlab/ref/matlab.buildtool.tasks.testtask-class.html) instance using the **Run MATLAB Build** or `runMATLABBuild` step.
499499
- Run tests with a default test runner using the **Run MATLAB Command** or `runMATLABCommand` step. A default test runner is equivalent to the runner that the testing framework configures by default when you call the [`runtests`](https://www.mathworks.com/help/matlab/ref/runtests.html) function.
500500

501-
After your tests run, the Jenkins build summary page displays the number of tests that ran as well as the number of passed, failed, and incomplete tests. You can click the **MATLAB Test Results** link on the page to access the table of test results. By default, the table includes a row for each test file that ran. Each row displays the status of a test file, its name, and the time it took to run. You can point to a filename in the table to view its parent directory.
501+
After your tests run, the Jenkins build summary page displays the number of tests that ran as well as the number of passed, failed, and incomplete tests. You can click the **MATLAB Test Results** link on the page to access the table of test results. By default, the table includes a row for each test file that ran. The row displays the status of a test file, its name, and the time it took to run. You can point to a filename in the table to view its parent directory.
502502

503-
![Table of MATLAB test results including three test files. Each row displays a Passed status, filename, expander button, and duration.](https://github.com/user-attachments/assets/4d65d007-72a8-494d-8d62-68a9e4e04c25)
503+
![Table of MATLAB test results including one test file. The row in the table displays an Incomplete status, filename, expander, and duration.](https://github.com/user-attachments/assets/1764d0f2-d4d9-4b93-bc82-0158a011c1fc)
504504

505-
To view the tests within each test file, click the expander to the right of the filename. The test results are displayed in a table under the filename. The row corresponding to each test includes the test status (Passed, Failed, or Incomplete), test procedure name, test diagnostics, and duration.
505+
You can interact with the table of test results. To view the tests within each test file, click the expander to the right of the filename. The test results are displayed in a table under the filename. The row corresponding to each test includes the test status (Passed, Failed, or Incomplete), test procedure name, test diagnostics, and duration.
506506

507-
- Each of the passed, failed, etc. buttons act as filters to respective type of tests
507+
![Table of MATLAB test results including three passed tests and one incomplete test from a single test files. The tests within the first test file are visiable after clicking the expander to the right of the filename. The row corresponding to each test includes the test procedure name, its diagnostics, and duration.](https://github.com/user-attachments/assets/a275caa7-a297-4510-a151-b7f2dee9e3c9)
508508

509-
![Table of MATLAB test results including six passing tests from three test files. The tests within the first test file are visiable after clicking the expander to the right of the filename. The row corresponding to each test includes the test procedure name, its diagnostics, and duration.](https://github.com/user-attachments/assets/28224b5e-8558-4bd5-aef4-b8c8d61c22cb)
510-
511-
You can use the status filters above the **MATLAB Test Results** table to customize your view. For example, to focus on the failed tests, select the Failed status filter.
509+
You can use the status filters above the **MATLAB Test Results** table to customize your view. For example, to focus on any incomplete tests, select the Incomplete status filter.
512510

513511
## Register MATLAB as Jenkins Tool
514512
When you run MATLAB code and Simulink models as part of your automated pipeline of tasks, Jenkins invokes MATLAB as an external program. When you configure your project, you can explicitly specify the MATLAB version that Jenkins invokes by providing the path to the preferred MATLAB root folder. For example, you can use an `environment` block in your `Jenkinsfile` to specify a MATLAB root folder for your pipeline project.

0 commit comments

Comments
 (0)