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.