github.com/kubeshop/testkube@v1.17.23/test/postman/env.postman_environment.json (about) 1 { 2 "id": "f8a038bf-3766-4424-94ee-381a69f55b9a", 3 "name": "Testing env", 4 "values": [ 5 { 6 "key": "env1", 7 "value": "val1", 8 "enabled": true 9 }, 10 { 11 "key": "env2", 12 "value": "val2", 13 "enabled": true 14 }, 15 { 16 "key": "SCRIPT_NAME", 17 "value": "kubtest-sanity-test-healthcheck", 18 "enabled": true 19 }, 20 { 21 "key": "EXECUTION", 22 "value": "fill-me", 23 "enabled": true 24 }, 25 { 26 "key": "NAME", 27 "value": "postman-test-3", 28 "enabled": true 29 }, 30 { 31 "key": "TYPE", 32 "value": "local-postman/collection", 33 "enabled": true 34 }, 35 { 36 "key": "URI", 37 "value": "http://localhost:8088", 38 "enabled": true 39 } 40 ], 41 "_postman_variable_scope": "environment", 42 "_postman_exported_at": "2022-04-08T04:47:42.590Z", 43 "_postman_exported_using": "Postman/9.14.14" 44 }