Newman JSON Results¶
Getting Started¶
You can learn more about how to use Postman with Newman here
Newman JSON Format¶
- Download our example file here: example_newman_json_report.json
- Official Newman documentation: Newman Repository
Structure¶
run
- Contains the information about the tests that were ranexecutions
- These are the API calls that were made, often this will be one for each endpoint. Theresponse
andrequest
keys in each execution is used to give a container it's values. It'sassertion
key is used to decide if this call had any tests written. These are added as a separate result.