maciejmaciejewski / azure-pipelines-postman

MIT License
13 stars 9 forks source link

Error in postman tab when 2 reports are uploaded #19

Open henrique-goncalves-cdiscount opened 2 years ago

henrique-goncalves-cdiscount commented 2 years ago

Hi, We have an issue when we check the Postman tab after uploading without error 2 postman reports.

First upload params : Display name : [PostDeploymentSh] Publish HTML tests results Report Path : $(System.DefaultWorkingDirectory)/tests-results-$(Build.BuildId) Report tab name : PostDeployment Logs :

Processed: ##vso[task.addattachment name=PostDeployment.run-on-agent.dev.1.newman-report.html;type=postman.report;]/var/vsts/402691/r83/a/tests-results-5071995/newman-report.html
System.StageDisplayName=Dev
System.StageAttempt=1
tabName=PostDeployment
Processed: ##vso[task.addattachment name=PostDeployment.run-on-agent.dev.1.summary.json;type=postman.summary;]/var/402691/r83/a/tests-results-5071995/summary.json

Second upload params : Display name : Upload Postman Html Report Report Path : $(System.DefaultWorkingDirectory)/newman-report Report tab name : Postman Logs :

Processed: ##vso[task.addattachment name=Postman.run-on-agent.dev.1.newman-tests.html;type=postman.report;]/var/vsts/402691/r83/a/newman-report/newman-tests.html
System.StageDisplayName=Dev
System.StageAttempt=1
tabName=Postman
Processed: ##vso[task.addattachment name=Postman.run-on-agent.dev.1.summary.json;type=postman.summary;]/var/vsts/402691/r83/a/newman-report/summary.json

There is no problem in the pipeline but de Postam tab report show : Error loading reports

Can anyone help ?

ahsanasha commented 1 year ago

Up @maciejmaciejewski @afeblot please help!