opencollection: 1.0.0 info: name: IDEM WebServices config: proxy: inherit: true config: protocol: http hostname: "" port: "" auth: username: "" password: "" bypassProxy: "" request: auth: type: basic username: "{{IdemApiUsername}}" password: "{{IdemApiPassword}}" scripts: - type: after-response code: |- // GO TO THE END OF THE TEST SCRIPT. var template = String.raw`
`; // In case you only want a specific property, change it here. // // // Default: You can set the entire JSON response using pm.response.json() let tableProps = { json: res.getBody() }; // pm.visualizer.set(template, tableProps); bundled: false extensions: ignore: - node_modules - .git