Danny Dainton
Danny Dainton
@arlemi I've just tried this against my account with both the `id` and `uid` key values, taken from the _All Collections_ endpoint. The single collection was being returned when I...
@arlemi That sounds and looks about right to me. I had a collection in a Team Workspace, using the `id` value gave me a 404 and that same response message...
Hey @Kriz1881 Thank you for the detailed bug report. Unfortunately, this is an open issue with [Newman](https://github.com/postmanlabs/newman-reporter-html/issues/180) rather than the downstream reporters. It's been raised on this report a few...
I'm trying to see what I can do with the data that's coming through already but it would be a hack and I don't feel good about it 😬
Thanks for reporting this @EshtechZ, It's not something that happens all the time as more and more people would have reported it so far. 😁 I think it's to do...
@EshtechZ Are you able to provide answers to the 2 questions above please?
I can confirm that it's what I think it is: ```javascript pm.test("Status code is 200", function () { pm.response.to.have.status(201); }); pm.test("Status code is 200", function () { pm.response.to.have.status(201); }); ```...
I was able to reproduce this with the tests with the same name, didn't really matter if these were in the same script or at different levels. There's an issue...
From what I know about Matt's CSV reporter is that he's taking the stream response and converting that to a string before adding it to the final CSV file. That's...
I did have a look at the and tried a few things without that being there but there are a few other issues. That is more about decorating the reports...