jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
776 stars 224 forks source link

Add file support #113

Closed lyubenkov closed 2 years ago

lyubenkov commented 4 years ago

Some junit reporters like mocha https://www.npmjs.com/package/mocha-junit-reporter use file attribute in suite section to store file pathway information. I added file attribute to make it possible work with it.

jstemmer commented 2 years ago

Thanks for your contribution. I've cherrypicked it into the new version.