Questions tagged [postman-collection]

23 questions
0
votes
1 answer

Postman manipulate test data after requests

Sorry if my englidh it not great. The context: I have a collection on Postman, where it run the first request, store some data, put as a enviormente variable and then run the second request with the storaged data of enviorment variables. Now, i have…
0
votes
0 answers

Postman Automated Collection Generation

has anyone done an enterprise integration of their public API with Postman? Checking Postman pages it seems like everything is straightforward, however, I have some concerns: I don't see the way to automatically install pre-request scripts.…
0
votes
0 answers

How to pass argument or value while running newman from gitlab pipeline

i'm new using postman to automate some API. I setup newman to run my collections in gitlab pipeline. I wanted to allow the user to set a value for a Gitlab variables before running my newman test pipeline. i added to my gitlab-ci this command line: …
0
votes
1 answer

How to specify JSON request body example in Postman Collection

I'm programmatically creating Postman collections and want to provide a default JSON request body to make requests easier. I've looked through the spec can can't see how to specify it. Does anyone have any ideas? Could this be done with JavaScript,…
Grokify
  • 15,092
  • 6
  • 60
  • 81
0
votes
1 answer

Exporting Cookies with Postman Collection

I was trying to export my Postman Collection but it is not exporting Cookies with that. Is there any method that I can use to export cookies along with my requests as well?
Usama Azad
  • 21
  • 2
0
votes
1 answer

How can we use Postman collection in Nightwatch?

We have a Postman collection. We want to verify data created from API in web. One way is we can integrate both in jenkins, but we want to perform all verification through nightwatch only. Is there any way to utilise Postman collection in Nightwatch?
user8130223
0
votes
1 answer

Logic Apps custom connector - unable to upload the Postman collection

I'm trying to create a Logic Apps custom connector based on a Postman collection. When I'm on the stage to provide the Postman collection in the custom connector blade in the Azure portal, I can't upload the collection because nothing is provided in…
David GROSPELIER
  • 772
  • 1
  • 9
  • 35
-1
votes
1 answer

How to specific a output file when converting from version 1 to version 2

Currently I was given a collection for postman, but it is using version 1 so I need to convert it to version 2 by using the plugin postman developed which this. I followed exactly what they wrote and followed the command they gave but still is…
1
2