Top "Postman-collection-runner" questions

Use this tag for issues with Postman Collection Runner; use the [postman] tag for general Postman issues.

Postman Collection Runner returns "No test" when running tests

I want to test the collection Test Server in Postman Collection Runner. However, when I run my tests they don't …

testing collections postman postman-collection-runner
Run a Postman request multiple times using an array from a previous step

I am working on some test scripts and data cleanup scripts using postman, and was wondering if it were possible …

postman postman-collection-runner
How to pass variables from JSON to postman body

I want to parameterized my tests in Postman. This is the example body of POST request: { "entity_id": "{{entity_id}}", "…

postman postman-collection-runner
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