Newman-reporter-junitfull - Missing attribute value. attribute: {value}, parent: <property>

I am running into a problem while performing a newman run using junitfull as the reporter and outputting to a .xml file. When i run this command

newman run https://api.getpostman.com/collections/$(COLLECTIONID)?apikey=$(APIKEY) -e https://api.getpostman.com/environments/$(ENVID)f?apikey=$(APIKEY) -r junitfull --reporter-junitfull-export C:\agent2_2\_work\_temp\result.xml

(collection, environment, and API key removed)

I then receive the below error

I am using this same command on a different collection and the newman run succeeds with out a problem. I am confused as to what is causing this problem. Any help would be appreciated.

1 Like

Any news on this? I have the same issue

This is a community built reporter so it’d be best to log an issue with the author/maintainers. It looks like it’s hosted on GitHub:

i get the same error fut i fixed on the next way, on the report the package name value was empty it was because the structure on postman are not at the same level, some request are in a folder and others on root.