github.com/kubeshop/testkube@v1.17.23/test/postman/executor-tests/postman-executor-smoke-without-envs.postman_collection.json (about) 1 { 2 "info": { 3 "_postman_id": "07070ff5-b082-46fe-82eb-84abd51be6a1", 4 "name": "postman-executor-smoke", 5 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", 6 "_exporter_id": "22855798" 7 }, 8 "item": [ 9 { 10 "name": "request", 11 "event": [ 12 { 13 "listen": "prerequest", 14 "script": { 15 "exec": [ 16 "" 17 ], 18 "type": "text/javascript" 19 } 20 }, 21 { 22 "listen": "test", 23 "script": { 24 "exec": [ 25 "" 26 ], 27 "type": "text/javascript" 28 } 29 } 30 ], 31 "request": { 32 "auth": { 33 "type": "noauth" 34 }, 35 "method": "GET", 36 "header": [], 37 "url": { 38 "raw": "https://testkube.kubeshop.io/", 39 "protocol": "https", 40 "host": [ 41 "testkube", 42 "kubeshop", 43 "io" 44 ], 45 "path": [ 46 "" 47 ] 48 } 49 }, 50 "response": [] 51 } 52 ], 53 "event": [ 54 { 55 "listen": "prerequest", 56 "script": { 57 "type": "text/javascript", 58 "exec": [ 59 "" 60 ] 61 } 62 }, 63 { 64 "listen": "test", 65 "script": { 66 "type": "text/javascript", 67 "exec": [ 68 "" 69 ] 70 } 71 } 72 ] 73 }