diff --git a/cmd/testworkflow-toolkit/testworkflow-toolkit b/cmd/testworkflow-toolkit/testworkflow-toolkit deleted file mode 100755 index ca848e9376..0000000000 Binary files a/cmd/testworkflow-toolkit/testworkflow-toolkit and /dev/null differ diff --git a/test/postman/executor-tests/postman-executor-smoke-negative.postman_collection.json b/test/postman/executor-tests/postman-executor-smoke-negative.postman_collection.json index 708c3a0a7b..665c55b2e2 100644 --- a/test/postman/executor-tests/postman-executor-smoke-negative.postman_collection.json +++ b/test/postman/executor-tests/postman-executor-smoke-negative.postman_collection.json @@ -1,79 +1,67 @@ { - "info": { - "_postman_id": "7162980e-a593-4191-ac46-93d1d4850266", - "name": "postman-executor-smoke-negative", - "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "22855798" - }, - "item": [ - { - "name": "request", - "event": [ - { - "listen": "prerequest", - "script": { - "exec": [ - "" - ], - "type": "text/javascript" - } - }, - { - "listen": "test", - "script": { - "exec": [ - "const TESTKUBE_POSTMAN = pm.environment.get(\"TESTKUBE_POSTMAN\")", - "console.log(`TESTKUBE_POSTMAN ENV: ${TESTKUBE_POSTMAN}`)", - "", - "", - "pm.test(\"'TESTKUBE_POSTMAN' env should be set to 'TESTKUBE_POSTMAN_value' value\", () => {", - " pm.expect(TESTKUBE_POSTMAN).to.eql(\"TESTKUBE_POSTMAN_value\");", - "});" - ], - "type": "text/javascript" - } - } - ], - "request": { - "auth": { - "type": "noauth" - }, - "method": "GET", - "header": [], - "url": { - "raw": "https://testkube.non.existing.url.example", - "protocol": "https", - "host": [ - "testkube", - "kubeshop", - "io" - ], - "path": [ - "" - ] - } - }, - "response": [] - } - ], - "event": [ - { - "listen": "prerequest", - "script": { - "type": "text/javascript", - "exec": [ - "" - ] - } - }, - { - "listen": "test", - "script": { - "type": "text/javascript", - "exec": [ - "" - ] - } - } - ] -} \ No newline at end of file + "info": { + "_postman_id": "7162980e-a593-4191-ac46-93d1d4850266", + "name": "postman-executor-smoke-negative", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "_exporter_id": "22855798" + }, + "item": [ + { + "name": "request", + "event": [ + { + "listen": "prerequest", + "script": { + "exec": [""], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "exec": [ + "const TESTKUBE_POSTMAN = pm.environment.get(\"TESTKUBE_POSTMAN\")", + "console.log(`TESTKUBE_POSTMAN ENV: ${TESTKUBE_POSTMAN}`)", + "", + "", + "pm.test(\"'TESTKUBE_POSTMAN' env should be set to 'TESTKUBE_POSTMAN_value' value\", () => {", + " pm.expect(TESTKUBE_POSTMAN).to.eql(\"TESTKUBE_POSTMAN_value\");", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [], + "url": { + "raw": "https://testkube.non.existing.url.example", + "protocol": "https", + "host": ["testkube-test-page-lipsum", "pages", "dev"], + "path": [""] + } + }, + "response": [] + } + ], + "event": [ + { + "listen": "prerequest", + "script": { + "type": "text/javascript", + "exec": [""] + } + }, + { + "listen": "test", + "script": { + "type": "text/javascript", + "exec": [""] + } + } + ] +} diff --git a/test/postman/executor-tests/postman-executor-smoke-without-envs.postman_collection.json b/test/postman/executor-tests/postman-executor-smoke-without-envs.postman_collection.json index e40bbf85d1..a41e1e58c1 100644 --- a/test/postman/executor-tests/postman-executor-smoke-without-envs.postman_collection.json +++ b/test/postman/executor-tests/postman-executor-smoke-without-envs.postman_collection.json @@ -33,7 +33,7 @@ "url": { "raw": "https://testkube-test-page-lipsum.pages.dev/", "protocol": "https", - "host": ["testkube", "kubeshop", "io"], + "host": ["testkube-test-page-lipsum", "pages", "dev"], "path": [""] } }, diff --git a/test/postman/executor-tests/postman-executor-smoke.postman_collection.json b/test/postman/executor-tests/postman-executor-smoke.postman_collection.json index 2e9e392051..c525da76d6 100644 --- a/test/postman/executor-tests/postman-executor-smoke.postman_collection.json +++ b/test/postman/executor-tests/postman-executor-smoke.postman_collection.json @@ -41,7 +41,7 @@ "url": { "raw": "https://testkube-test-page-lipsum.pages.dev/", "protocol": "https", - "host": ["testkube", "kubeshop", "io"], + "host": ["testkube-test-page-lipsum", "pages", "dev"], "path": [""] } },