@@ -143,15 +143,20 @@ jobs:
143143
144144### Outputs
145145
146- | Output | Description |
147- | ---------------| --------------------------------------|
148- | ` Outcome ` | Outcome of the test run. |
149- | ` Conclusion ` | Conclusion status of test execution. |
150- | ` Executed ` | Indicates if tests were executed. |
151- | ` Result ` | Overall result (` Passed ` , ` Failed ` ). |
152- | ` FailedCount ` | Number of failed tests. |
153- | ` PassedCount ` | Number of passed tests. |
154- | ` TotalCount ` | Total tests executed. |
146+ | Output | Description |
147+ | -------------------------| --------------------------------------|
148+ | ` Outcome ` | Outcome of the test run. |
149+ | ` Conclusion ` | Conclusion status of test execution. |
150+ | ` Executed ` | Indicates if tests were executed. |
151+ | ` Result ` | Overall result (` Passed ` , ` Failed ` ). |
152+ | ` FailedCount ` | Number of failed tests. |
153+ | ` FailedBlocksCount ` | Number of failed blocks. |
154+ | ` FailedContainersCount ` | Number of failed containers. |
155+ | ` PassedCount ` | Number of passed tests. |
156+ | ` SkippedCount ` | Number of skipped tests. |
157+ | ` InconclusiveCount ` | Number of inconclusive tests. |
158+ | ` NotRunCount ` | Number of tests not run. |
159+ | ` TotalCount ` | Total tests executed. |
155160
156161## PSModule tests
157162
0 commit comments