jstemmer / go-junit-report

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

Report stores a slice of Property structs instead of a map #143

Closed greg-dennis closed 2 years ago

greg-dennis commented 2 years ago

Report stores a slice of Property structs instead of a map to mimic JUnit properties, which have a deterministic ordering and allow multipler properties with the same name.

jstemmer commented 2 years ago

lgtm, thanks!