Skip to content

Newman JSON Results

Getting Started

You can learn more about how to use Postman with Newman here

Newman JSON Format

Structure

  • run - Contains the information about the tests that were ran
    • executions - These are the API calls that were made, often this will be one for each endpoint. The response and request keys in each execution is used to give a container it's values. It's assertion key is used to decide if this call had any tests written. These are added as a separate result.