postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.86k stars 1.16k forks source link

Changed xmlbuilder-js attributes for attribs on JUnit reporter #3231

Closed rion18 closed 1 month ago

rion18 commented 4 months ago

Fixes #3230.

According to xmlbuilder-js CHANGELOG, they

Renamed attributes property to attribs to prevent name clash with DOM property with the same name.

This PR contains only this change.