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

Commit 78fb95f

Browse files
authored
Update CONFIGDOC.md
1 parent e3e095e commit 78fb95f

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
@@ -493,7 +493,7 @@ Starting in R2024b, if you have a MATLAB Test™ license, you can view your
493493
- 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.
494494
- 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.
495495

496-
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.
496+
After your tests run, the Jenkins build summary page displays the number of tests that ran, the number of passed, failed, and incomplete tests, and the number of tests that did not run (due to a fatal assertion failure). 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 identify its path within your project.
497497

498498
![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)
499499

0 commit comments

Comments
 (0)