github.com/kubeshop/testkube@v1.17.23/test/postman/Local-API-Health.postman_collection.json (about)

     1  {
     2  	"info": {
     3  		"_postman_id": "97b67bfb-c1ca-4572-af46-06cab8f68998",
     4  		"name": "Local-API-Health",
     5  		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
     6  	},
     7  	"item": [
     8  		{
     9  			"name": "Health",
    10  			"event": [
    11  				{
    12  					"listen": "test",
    13  					"script": {
    14  						"exec": [
    15  							"pm.test(\"Status code is 200\", function () {",
    16  							"    pm.response.to.have.status(200);",
    17  							"});"
    18  						],
    19  						"type": "text/javascript"
    20  					}
    21  				}
    22  			],
    23  			"request": {
    24  				"method": "GET",
    25  				"header": [],
    26  				"url": {
    27  					"raw": "http://localhost:8088/health",
    28  					"protocol": "http",
    29  					"host": [
    30  						"localhost"
    31  					],
    32  					"port": "8088",
    33  					"path": [
    34  						"health"
    35  					]
    36  				}
    37  			},
    38  			"response": []
    39  		}
    40  	],
    41  	"event": []
    42  }