{"info":{"_postman_id":"ab157a32-564b-417d-9f41-833ccee0b504","name":"TestMe TCM","description":"<html><head></head><body><p>API for performance testing and API testing</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2037649","collectionId":"ab157a32-564b-417d-9f41-833ccee0b504","publishedId":"UV5TEe6x","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-12T09:04:43.000Z"},"item":[{"name":"Get Token","id":"aedf6e17-d12f-4740-8dd2-fa70e2b77ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/token","urlObject":{"protocol":"http","port":"8000","path":["api","auth","token"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e4ec6392-271b-4fbe-bdc5-ab14cf7fdac2","name":"Get Token","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Oct 2021 18:06:16 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"Content-Length","value":"64"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"csrftoken=SCcNq0X3g02b7h50HETj2RccPpFETLRqLv6dJTerL2639PyjV5fuIrOdtIpRLCdi; expires=Mon, 10 Oct 2022 18:06:16 GMT; Max-Age=31449600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"yom58EnblcnPK6GXrIwJ2pCP4XdLEb7lrhgvrxEzQerHME9gF9SUIZeQIgXYw2td"}],"_postman_id":"aedf6e17-d12f-4740-8dd2-fa70e2b77ae2"},{"name":"Login","id":"3d4013ae-130e-4a02-8081-ceb838f48a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"alice\",\r\n    \"password\": \"Qamania123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/login","description":"<p>After login csrf token must be copied from cookies and added as X-CSRFToken header to all further requests</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","auth","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b2fbd09f-a2b7-4fca-8b97-a2ecad020eda","name":"Login ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"alice\",\r\n    \"password\": \"Qamania123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Oct 2021 18:08:05 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"Content-Length","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"csrftoken=ImipuwJECiLYBORggyjdIW4R51PsCdgqhPGfs82KFtc3QGrgTugSrEJz4QHbjYJV; expires=Mon, 10 Oct 2022 18:08:05 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=o7xrt7ihdpm21yvzvu1b8khn41guclxu; expires=Mon, 25 Oct 2021 18:08:05 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":null},{"id":"67ddbd7b-1f4f-4dbc-8ddd-47a19dd5a07a","name":"Login not ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"alice\",\r\n    \"password\": \"bad password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 18:09:35 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"45"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"username or password not correct\"\n}"},{"id":"83173dcc-6ab4-4ee5-b652-6ec24b2c1252","name":"Wrong payload","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"login\": \"alice\",\r\n    \"password\": \"bad password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 18:10:15 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"27"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad input data\"\n}"}],"_postman_id":"3d4013ae-130e-4a02-8081-ceb838f48a81"},{"name":"Logout","id":"4d57a1af-7d06-435d-b9d3-caa95762b0ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/auth/logout","urlObject":{"protocol":"http","port":"8000","path":["api","auth","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"20c392b8-bd71-4636-918a-76ffa48adb96","name":"Logout","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 11 Oct 2021 18:12:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"sessionid=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d57a1af-7d06-435d-b9d3-caa95762b0ec"},{"name":"List Test Cases","id":"24da6cd6-01ae-41b2-aec9-f5947ad9a56d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests","urlObject":{"protocol":"http","port":"8000","path":["api","tests"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"4264b08b-a60e-4fb4-8831-0ca11b690daa","name":"List Test Cases","originalRequest":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:26:57 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1675"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 0,\n    \"size\": 20,\n    \"total\": 12,\n    \"tests\": [\n        {\n            \"id\": 1,\n            \"name\": \"Successfull registration check\",\n            \"description\": \"set \\r\\nuser like alice,\\r\\nemail like aaa@bbb.com,\\r\\npassword like Qamania123\",\n            \"author\": \"alice\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"fail password registration check\",\n            \"description\": \"set password qwerty\",\n            \"author\": \"alice\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"fail empty form registration check\",\n            \"description\": \"leave form empty\",\n            \"author\": \"alice\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"successfull login check\",\n            \"description\": \"test registered user can login\",\n            \"author\": \"alice\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Check Test Cases list\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Check new test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Check update test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"FAIL\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Check pass test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"FAIL\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Check fail test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"Norun\",\n            \"executor\": null\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Check delete test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"Norun\",\n            \"executor\": null\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Check Desktop layout\",\n            \"description\": \"1920:1080\",\n            \"author\": \"charlie\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Check iPhone viewport\",\n            \"description\": \"390 x 844\",\n            \"author\": \"charlie\",\n            \"status\": \"Norun\",\n            \"executor\": null\n        }\n    ]\n}"}],"_postman_id":"24da6cd6-01ae-41b2-aec9-f5947ad9a56d"},{"name":"List Test Cases with params","id":"42ce9afd-8939-4ce0-98a4-fa50d752e6e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests?page=1&size=5","urlObject":{"protocol":"http","port":"8000","path":["api","tests"],"host":["127","0","0","1"],"query":[{"key":"page","value":"1"},{"key":"size","value":"5"}],"variable":[]}},"response":[{"id":"a454feca-0667-4ac2-9e81-f1fc6bf2600d","name":"List Test Cases with params","originalRequest":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8000/api/tests?page=1&size=5","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","tests"],"query":[{"key":"page","value":"1"},{"key":"size","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:31:02 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"617"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"size\": 5,\n    \"total\": 12,\n    \"tests\": [\n        {\n            \"id\": 6,\n            \"name\": \"Check new test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"PASS\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Check update test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"FAIL\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Check pass test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"FAIL\",\n            \"executor\": \"charlie\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Check fail test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"Norun\",\n            \"executor\": null\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Check delete test\",\n            \"description\": \"\",\n            \"author\": \"bob\",\n            \"status\": \"Norun\",\n            \"executor\": null\n        }\n    ]\n}"}],"_postman_id":"42ce9afd-8939-4ce0-98a4-fa50d752e6e1"},{"name":"Get Test Case by ID","id":"c5511cf7-d6f8-4639-a031-17554c7827af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1","urlObject":{"protocol":"http","port":"8000","path":["api","tests","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e57471bb-cdf4-4032-9d97-7695cc9eb7ac","name":"Get Test Case by ID ok","originalRequest":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:32:15 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"151"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"fail password registration check\",\n    \"description\": \"set password qwerty\",\n    \"author\": \"alice\",\n    \"status\": \"PASS\",\n    \"executor\": \"charlie\"\n}"},{"id":"68fca48a-1ca7-4961-869a-1900d44afd7c","name":"Get Test Case by ID 404","originalRequest":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/200"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:32:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c5511cf7-d6f8-4639-a031-17554c7827af"},{"name":"Update Test Case by ID","id":"5dbffb48-dda1-428d-96ee-ecd6875bf3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new name\",\r\n    \"description\": \"new description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1","urlObject":{"protocol":"http","port":"8000","path":["api","tests","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f9a72b60-6eb4-4c0b-aa96-51777271cd7f","name":"Update Test Case by ID 200 ok","originalRequest":{"method":"PUT","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new name\",\r\n    \"description\": \"new description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Nov 2021 08:20:20 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"82"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"new name\",\n    \"description\": \"new description\",\n    \"author\": \"alice\"\n}"},{"id":"ca94daae-98ac-45f5-8d7d-6a6d7c33c107","name":"Update Test Case by ID 400 nok","originalRequest":{"method":"PUT","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new name\",\r\n    \"descr\": \"new description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Nov 2021 08:21:59 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"27"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad input data\"\n}"}],"_postman_id":"5dbffb48-dda1-428d-96ee-ecd6875bf3a4"},{"name":"Partial Update Test Case by ID","id":"a1b84c83-e5a4-4fff-a4d5-55a588c247ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new name 123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1","urlObject":{"protocol":"http","port":"8000","path":["api","tests","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e0f14ea5-0900-454f-b9f2-c2a0f29ffbbd","name":"Partial Update Test Case by ID 200 ok","originalRequest":{"method":"PATCH","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new name 123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Nov 2021 08:23:35 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"86"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"new name 123\",\n    \"description\": \"new description\",\n    \"author\": \"alice\"\n}"}],"_postman_id":"a1b84c83-e5a4-4fff-a4d5-55a588c247ab"},{"name":"Delete Test Case by ID","id":"6c2db991-c249-4e61-941c-70b7db84d453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1","urlObject":{"protocol":"http","port":"8000","path":["api","tests","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f9373f0a-6839-4dd9-9a87-417b4a6ec2d9","name":"Delete Test Case by ID 200 ok","originalRequest":{"method":"DELETE","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Nov 2021 08:25:17 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"21"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"deleted\"\n}"},{"id":"e97e9ef0-5658-4883-88bc-2a6d0ce67d85","name":"Delete Test Case by ID Copy 404 nok","originalRequest":{"method":"DELETE","header":[{"key":"X-CSRFToken","value":"81YKVqGwDSD6hGl6sWS8TnaddEPQ2fYOT6rmrJ5GXd0QxjB7Ojw8RDZTMdIblnIV","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 15 Nov 2021 08:25:54 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6c2db991-c249-4e61-941c-70b7db84d453"},{"name":"Run Test","id":"2416ed0d-2dbc-4e26-8515-2ed247c2446c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"PASS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1/status","urlObject":{"protocol":"http","port":"8000","path":["api","tests","1","status"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"24fe0b08-b7f3-40f6-9676-6e52164ef524","name":"Run Test","originalRequest":{"method":"POST","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"PASS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:33:54 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"13"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"runId\": 10\n}"}],"_postman_id":"2416ed0d-2dbc-4e26-8515-2ed247c2446c"},{"name":"Create new Test","id":"62b0ba5a-2aee-428d-9cf4-d6e9004e6068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test API\",\r\n    \"description\": \"all of them\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/new","urlObject":{"protocol":"http","port":"8000","path":["api","tests","new"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"006bccd9-0de3-4a9b-a1f9-c2c9bf50507c","name":"Create new Test","originalRequest":{"method":"POST","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test API\",\r\n    \"description\": \"all of them\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/new"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:50:48 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"15"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_id\": 13\n}"},{"id":"fe6582f8-47f0-44e4-a29c-94ecb907e4c8","name":"not ok","originalRequest":{"method":"POST","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test API\",\r\n    \"description\": \"all of them\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tests/new"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 08:58:36 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"47"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"test with such name already exists\"\n}"}],"_postman_id":"62b0ba5a-2aee-428d-9cf4-d6e9004e6068"},{"name":"Get Stats","id":"46fa3372-e1ad-4f6b-84df-28e8373692ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/getstat","urlObject":{"protocol":"http","port":"8000","path":["api","getstat"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"380c0b81-2482-4ec7-86b6-96f125d775a2","name":"Get Stats","originalRequest":{"method":"GET","header":[{"key":"X-CSRFToken","value":"zGS0DMVkyWQXcijPdAALP9ngBX16RbgMQCyEsogfgZms5Zd4vEqvFjtFfiVhW8oC","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/getstat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Oct 2021 09:00:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.0"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"51"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 13,\n    \"passed\": 7,\n    \"failed\": 2,\n    \"norun\": 4\n}"}],"_postman_id":"46fa3372-e1ad-4f6b-84df-28e8373692ad"}]}