Newman JSON reporter & Runner "Import Test Run" option

Hi
When I run tests through Newman, with the JON reporter, the json results file contains a stream object

“stream”: {
“type”: “Buffer”,
“data”: [
123,
34,
105,
100,
34,
58,
34,
…

And when I try to import this JSON file into Collection Runner, it says “Coult not import Test run”.

If I export the test run directly from Runner, there is no stream object in my file, so I can understand it.

Am I doing something wrong?

Thanks

HI @tbuttier - As of now you cannot import the JSON generated from Newman into the Collection runner.
This has been raised as a feature request on Github.

Hi @singhsivcan. Thanks for the reply, and I am looking forward the release with this feature included!