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

Commit adf9257

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONFIGDOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ 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. 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.
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. The status buttons above the table provide a summary of the 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

503503
![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

0 commit comments

Comments
 (0)