ctrf-io / go-ctrf-json-reporter

A Go JSON test results reporter that follows the CTRF schema
https://ctrf.io
MIT License
5 stars 3 forks source link

feat: add message and trace to test object #1

Closed Ma11hewThomas closed 2 months ago

Ma11hewThomas commented 9 months ago

When status is failed add message and trace to test object.

message - A descriptive message or note associated with the test result trace - The stack trace captured if the test failed