-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJenkinsTest.postman_collection.json
52 lines (52 loc) · 1.44 KB
/
JenkinsTest.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"info": {
"_postman_id": "7b6bd298-3864-4aa0-9a8d-bfaf66392fcf",
"name": "JenkinsTest",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "10641156"
},
"item": [
{
"name": "New Request",
"event": [
{
"listen": "test",
"script": {
"exec": [
"console.log(\"-------Login succcessful --------\")\r",
"setTimeout(() => { console.log(\"--!\"); }, 2000);\r",
"setTimeout(() => { console.log(\"-------Hacking commencing --------\"); }, 3000)\r",
"setTimeout(() => { console.log(\"--!\"); }, 5000);\r",
"setTimeout(() => { console.log(\"-----Updating salary info!\"); }, 7000);\r",
"setTimeout(() => { console.log(\"--!\"); }, 8000);\r",
"setTimeout(() => { console.log(\"--!\"); }, 10000);\r",
"setTimeout(() => { console.log(\"------Salary augmented to N5,000,000------\"); }, 12000);\r",
"setTimeout(() => { console.log(\"------ Hacking complete -------!\"); }, 11000);\r",
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://www.assurdly.com/",
"protocol": "https",
"host": [
"www",
"assurdly",
"com"
],
"path": [
""
]
}
},
"response": []
}
]
}