maciejmaciejewski / azure-pipelines-postman

MIT License
12 stars 9 forks source link

Error loading reports #14

Open einhorneyal opened 3 years ago

einhorneyal commented 3 years ago

Hi,

We are running AzureDevOps2019.Update1.1 17.153.29522.3, Once the htmlextra report is generated it appears to be successfully uploaded but when i go to the dedicated tab the following error is obtained: image image image

Thanks!

rpkrupali1 commented 3 years ago

I am experiencing a similar issue, I see in path report is generated but in the postman tab I get error loading reports.

andreablatter commented 3 years ago

I saw the same issue. The html file is generated inside the folder newman, but I saw this warning image

sriramdasbalaji commented 3 years ago

Hi,

We are also experiencing the same issue. Please let me know if anybody able to fix the issue?

Thanks

mikaelsand commented 2 years ago

Hi there! I did not have the exact same issue but perhaps this might help you:

The error is not the best. It should really read "I could not find your output file". This happens when either the "Run Tests" cmd step does not work or when you do like I did: Point Postman publish Html Report to the wrong directory.

Here are my misconfigured steps:

I used the "Publish artifact" step to view all the files and then I realized that I needed to update the Upload Postman Html Report step to point to the correct folder. In my case $(System.DefaultWorkingDirectory)/PostmanFiles/Extra <-- Correct

noobbbbb commented 1 year ago

same here. v1.1.3 not working in AzureDevOps Server 2019 Version Dev17.M153.6 image