Top "Postman" questions

Postman is a toolchain for API developers to share, test, document and monitor APIs.

newman run --folder -e does not execute, says too few arguments passed

I run newman run --folder <folder path> -e <environment path> but it returns an error newman …

postman newman
output responseBody somewhere with newman script from postman collection

I am attempting to run a script.js with newman from a locally saved postman collection. In postman the call …

javascript node.js postman newman
Is it possible to call a SignalR Hub from Postman

I have an ASP .Net Core 2.2 Web API with a SignalR hub. Is it possible to call one of its …

signalr postman asp.net-core-webapi signalr-hub signalr.client
Postman test to find a keyword in a response array

I am creating a test in postman to check for a keyword "pregnancy" in each "name" field in the JSON. …

javascript postman postman-collection-runner postman-testcase
FileInterceptor and Body Issue in NestJS (upload a file and data in a request)

I have the following controller : createCollection( @UploadedFile() file, @Body() createCollectionDto: CreateCollectionDto, @GetUser() user: User, ): Promise<Collection> { this.logger.…

postman nestjs nestjs-swagger
How do I set a global function in Postman?

I'd like to declare a function once in the pre-request script of my first postman request and then use it …

function methods global postman newman
How to get local time of different timezone in Postman?

I want to get local time of Rome time zone. Didn't find any details on how to use moment sandbox …

postman moment-timezone postman-testcase
Code work with Postman but not at localhost Ajax

I have a code of ajax which is calling WCF service, When I call it through localhost it says Failed …

jquery ajax wcf postman html-framework-7
How do i set up a bearer token in postman from an environment variable?

I have set up a collection in PostMan and am able to save my bearer token value to an environment …

postman postman-collection-runner