newman run summary object

node v6.17.1
version: 1.1.0
endpointsharetweet
var newman = require("newman") newman.run({ collection: "https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv" }, await function (err, summary) { console.log(summary); });
Wait for the run to finish and then you can explore the RunSummary object
Created from: https://tonicdev.com/npm/newman
Loading…

no comments

    sign in to comment