jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
763 stars 222 forks source link

have an option to exclude succeeded tests #159

Open kyuhyunc opened 1 year ago

kyuhyunc commented 1 year ago

I was wondering if there is an option to only include failed tests in generated JUnit report. I think this is really useful to reduce number of tests in the file and the file size. And only failed tests are what users would be interested in anyway.