Danny Dainton
Danny Dainton
As you're using a static JSON file exported from the app - the request ids are not part of the file and get recreated at runtime so the request ids...
You would need to run Newman with the Postman API call that gets the single collection, to ensure that the ids are going to match. For example: ``` newman run ...
Use the Postman API or the Web version of Postman (https://go.postman.co) to get the ids. Get the _request id_, do **not** use any of the ids on the pre-request or...
You are not required to seek permission if you feel it's something you would like to work on 😂 We encourage people to contribute to the project 🏆 Cc @vvs11
If the request has a unique name, you can use the `--folder ""` syntax without specifying the folder.
Could you elaborate more on that and show what's happening on your side.
So the request name isn't unique in the Collection - It would need to be unique to run the single request. :( My suggestion was more of a workaround than...
I personally think that if you're willing to give anything a go and want to work on a solution - go for it everytime. 😂 It will be reviewed by...
I believe @codenirvana would be better placed to answer questions with regards to the Newman roadmap.
Using the `--verbose` flag should show the detailed timing information for the requests.