File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 14
14
"item" : [
15
15
{
16
16
"name" : " DifferentRouteParameters V1" ,
17
+ "event" : [
18
+ {
19
+ "listen" : " test" ,
20
+ "script" : {
21
+ "exec" : [
22
+ " tests[\" HTTP Code Test\" ] = responseCode.code === 200;"
23
+ ],
24
+ "type" : " text/javascript" ,
25
+ "packages" : {}
26
+ }
27
+ }
28
+ ],
17
29
"request" : {
18
30
"method" : " GET" ,
19
31
"header" : [],
42
54
"item" : [
43
55
{
44
56
"name" : " DifferentRouteParameters V2" ,
57
+ "event" : [
58
+ {
59
+ "listen" : " test" ,
60
+ "script" : {
61
+ "exec" : [
62
+ " tests[\" HTTP Code Test\" ] = responseCode.code === 200;"
63
+ ],
64
+ "type" : " text/javascript" ,
65
+ "packages" : {}
66
+ }
67
+ }
68
+ ],
45
69
"request" : {
46
70
"method" : " GET" ,
47
71
"header" : [],
65
89
},
66
90
{
67
91
"name" : " Json Mode Test V2" ,
92
+ "event" : [
93
+ {
94
+ "listen" : " test" ,
95
+ "script" : {
96
+ "exec" : [
97
+ " tests[\" HTTP Code Test\" ] = responseCode.code === 200;"
98
+ ],
99
+ "type" : " text/javascript" ,
100
+ "packages" : {}
101
+ }
102
+ }
103
+ ],
68
104
"protocolProfileBehavior" : {
69
105
"disableBodyPruning" : true
70
106
},
You can’t perform that action at this time.
0 commit comments