I’m trying to create a little proof of concept, I have a Postman collection with one pre-request script, one GraphQL post request and some very simple tests.
This collection works (pre-request gets the auth, the request is authed, the response is expected and valid,etc) as expected in Postman, the postman Runner, newman via link, newman via exported files, and the official newman docker image however… when I’m using the CircleCI official newman orb (which is over a year since last update), my requests seem to get mangled somehow.
Mostly the errors indicate 400s around auth and bad document formatting. I’ve tried changing the content type, the body formatting, etc. Despite a litany of console.logs the issue is still opaque to me. Has anyone run into this before or have issues with this orb? And maybe specifically with GraphQL?
I opened a PR to bump the newman version of the Orb but since it relies on a current docker image, I’m not sure that would help.
Any guidance would be appreciated, not sure what to try next.