Skip to content

Commit ac25217

Browse files
committed
docs: add message
1 parent 57ffa1d commit ac25217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ The test object in the report includes the following [CTRF properties](https://c
119119
| `name` | String | Required | The name of the test. |
120120
| `status` | String | Required | The outcome of the test. One of: `passed`, `failed`, `skipped`, `pending`, `other`. |
121121
| `duration` | Number | Required | The time taken for the test execution, in milliseconds. |
122+
| `message` | String | Optional | The failure message if the test failed. |
122123
| `suite` | String | Required | The name of go package containing the test. |
123124

124125
## Troubleshoot

0 commit comments

Comments
 (0)