Skip to content

Commit 273285b

Browse files
authored
Add a sentence
1 parent 23dbb8c commit 273285b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Input | Description
126126
`startup-options` | <p>(Optional) MATLAB startup options, specified as a list of options separated by spaces. For more information about startup options, see [Commonly Used Startup Options](https://www.mathworks.com/help/matlab/matlab_env/commonly-used-startup-options.html).</p><p>Using this input to specify the `-batch` or `-r` option is not supported.</p><p>**Example:** `startup-options: -nojvm`<br/>**Example:** `startup-options: -nojvm -logfile output.log`</p>
127127

128128
## View Test Results
129-
Starting in R2024b, if you have a MATLAB Test&trade; license, you can view the results of tests executed using the **Run MATLAB Tests** action on the workflow run summary page. After your workflow runs, the page displays the number of tests in the test suite, as well as the number of tests that passed, failed, were incomplete (due to assumption failure), and did not run (due to fatal assertion failure). Additionally, the **All tests** table on the page includes a row for each executed test file. Each table row displays the status of a test file, its name, and the time it took to run.
129+
Starting in R2024b, if you have a MATLAB Test&trade; license, you can view the results of tests executed using the **Run MATLAB Tests** action on the workflow run summary page. After your workflow runs, the page displays the number of tests in the test suite, as well as the number of tests that passed, failed, were incomplete (due to assumption failure), and did not run (due to fatal assertion failure). Additionally, the **All tests** table on the page includes a row for each executed test file. Each table row displays the status of a test file, its name, and the time it took to run. You can hover over a filename in the table to see its path within your project.
130130

131131
<img width="2540" height="1283" alt="Workflow run summary page showing three passed tests and one incomplete test from a single test file. The expanded row in the All tests table displays a table of test results for the test file." src="https://github.com/user-attachments/assets/63ed7b15-ceaf-4e1d-ba8f-7ed952937907" />
132132

0 commit comments

Comments
 (0)