From 24a38bc2597e8d6960d6b4205f273ea861593d5d Mon Sep 17 00:00:00 2001 From: Colton Leekley-Winslow <coltonlw@flywheel.io> Date: Thu, 10 Nov 2016 13:42:21 -0600 Subject: [PATCH] remove response time assertions from postman --- .../integration_tests.postman_collection | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/test/integration_tests/postman/integration_tests.postman_collection b/test/integration_tests/postman/integration_tests.postman_collection index b331da18..e1638787 100644 --- a/test/integration_tests/postman/integration_tests.postman_collection +++ b/test/integration_tests/postman/integration_tests.postman_collection @@ -2,7 +2,7 @@ "variables": [], "info": { "name": "test", - "_postman_id": "c8bd361d-6d58-1838-2cd7-e53938fdfa34", + "_postman_id": "6d49872e-3762-3a9a-3cd1-e2f72b9a8128", "description": "", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, @@ -125,7 +125,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\npostman.setGlobalVariable(\"test-group-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\nvar jsonData = JSON.parse(responseBody);\npostman.setGlobalVariable(\"test-group-id\", jsonData._id);" } } ], @@ -154,7 +154,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Upload complte\"] = jsonData[0].name === \"test-1.dcm\";" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Upload complte\"] = jsonData[0].name === \"test-1.dcm\";" } } ], @@ -294,7 +294,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;" } } ], @@ -323,7 +323,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;" } } ], @@ -352,7 +352,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-collection-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-collection-id\", jsonData._id);" } } ], @@ -381,7 +381,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n" } } ], @@ -410,7 +410,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\nvar jsonData = JSON.parse(responseBody);" } } ], @@ -447,7 +447,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n" } } ], @@ -476,7 +476,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -513,7 +513,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -550,7 +550,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -579,7 +579,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -608,7 +608,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -637,7 +637,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -666,7 +666,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-session-1-analysis-1-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-session-1-analysis-1-id\", jsonData._id);" } } ], @@ -700,7 +700,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-session-1-file-upload-analysis-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-session-1-file-upload-analysis-id\", jsonData._id);" } } ], @@ -743,7 +743,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\n" } } ], @@ -777,7 +777,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-acquisition-1-analysis-1-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-acquisition-1-analysis-1-id\", jsonData._id);" } } ], @@ -820,7 +820,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -863,7 +863,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-collection-1-analysis-1-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-collection-1-analysis-1-id\", jsonData._id);" } } ], @@ -906,7 +906,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);" } } ], @@ -949,7 +949,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-project-1-analysis-1-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"test-project-1-analysis-1-id\", jsonData._id);" } } ], @@ -992,7 +992,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -1035,7 +1035,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -1064,7 +1064,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -1093,7 +1093,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -1122,7 +1122,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -1151,7 +1151,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-project-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-project-id\", jsonData._id);" } } ], @@ -1180,7 +1180,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-compliant-session-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-compliant-session-id\", jsonData._id);" } } ], @@ -1209,7 +1209,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-noncompliant-session-id\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-noncompliant-session-id\", jsonData._id);" } } ], @@ -1238,7 +1238,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-cs-acquisition-1\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-cs-acquisition-1\", jsonData._id);" } } ], @@ -1267,7 +1267,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-cs-acquisition-2\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-cs-acquisition-2\", jsonData._id);" } } ], @@ -1296,7 +1296,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-ncs-acquisition-1\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-ncs-acquisition-1\", jsonData._id);" } } ], @@ -1325,7 +1325,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 400ms\"] = responseTime < 400;\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project updated\"] = jsonData.modified == 1;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project updated\"] = jsonData.modified == 1;" } } ], @@ -1354,7 +1354,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === true;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === true;" } } ], @@ -1383,7 +1383,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === false;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === false;" } } ], @@ -1412,7 +1412,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-ncs-acquisition-2\", jsonData._id);" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\npostman.setGlobalVariable(\"ST-ncs-acquisition-2\", jsonData._id);" } } ], @@ -1441,7 +1441,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === true;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === true;" } } ], @@ -1470,7 +1470,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n" } } ], @@ -1499,7 +1499,7 @@ "listen": "test", "script": { "type": "text/javascript", - "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\ntests[\"Response time is less than 200ms\"] = responseTime < 200;\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === false;" + "exec": "tests[\"Status code is 200\"] = responseCode.code === 200;\n\n\nvar jsonData = JSON.parse(responseBody);\n\ntests[\"Project has template marked\"] = jsonData.project_has_template === true;\n\ntests[\"Session marked as compliant\"] = jsonData.satisfies_template === false;" } } ], -- GitLab