ctrf-io / cypress-ctrf-json-reporter

A Cypress JSON test results reporter that follows the CTRF schema
https://ctrf.io
MIT License
7 stars 2 forks source link

feat: add message and trace to test object #1

Closed Ma11hewThomas closed 6 months ago

Ma11hewThomas commented 7 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