test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

Add support for testcase.attachments #51

Closed bryanbcook closed 6 months ago

bryanbcook commented 6 months ago

This PR introduces extends testcase with an attachments array. Currently supported for the following implementations:

A few implementation notes:

Addresses: