Mocha type report is missing the Screenshot under attachments section #285
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Aqui vão algumas sugestões para investigar e possivelmente resolver o problema:
|
Beta Was this translation helpful? Give feedback.
-
|
@Satish-2292 looks like the default reporter does not support attachments in junit report. I have used an alternative reporter cypress-xml-reporter Checkout the code here - https://github.com/test-results-reporter/testbeats-examples/tree/main/cypress |
Beta Was this translation helpful? Give feedback.
-
|
@ASaiAnudeep , Thank you for the suggestion and it helped. now my reporting is working as expected. |
Beta Was this translation helpful? Give feedback.

@Satish-2292 looks like the default reporter does not support attachments in junit report. I have used an alternative reporter cypress-xml-reporter
Checkout the code here - https://github.com/test-results-reporter/testbeats-examples/tree/main/cypress