apirunner 0.5.0 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +302 -33
- data/VERSION +1 -1
- data/apirunner.gemspec +2 -17
- data/examples/config/api_runner.yml +2 -2
- data/examples/test/api_runner/001_create_user.yml +199 -112
- data/lib/api_runner.rb +3 -3
- data/lib/apirunner/railtie.rb +6 -5
- data/lib/result.rb +2 -1
- data/lib/tasks/api.rake +7 -0
- data/spec/api_runner_spec.rb +1 -1
- metadata +4 -19
- data/examples/test/api_runner/002_update_resources.yml +0 -360
- data/examples/test/api_runner/003_update_ratings.yml +0 -88
- data/examples/test/api_runner/004_update_series_ratings.yml +0 -88
- data/examples/test/api_runner/005_rateables_and_pagination.yml +0 -34
- data/examples/test/api_runner/006_recommendations.yml +0 -78
- data/examples/test/api_runner/007_item_predictions.yml +0 -286
- data/examples/test/api_runner/008_discovery.yml +0 -299
- data/examples/test/api_runner/009_cacheable_operations.yml +0 -1
- data/examples/test/api_runner/010_fsk.yml +0 -168
- data/examples/test/api_runner/011_misc.yml +0 -116
- data/examples/test/api_runner/012_telekom_error_reports.yml +0 -1831
- data/examples/test/api_runner/013-extended-unpersonalized-discovery.yml +0 -711
- data/examples/test/api_runner/014-extended-personalized-discovery.yml +0 -764
- data/examples/test/api_runner/015_create_10000_users.yml +0 -43
- data/examples/test/api_runner/999_delete_user.yml +0 -78
@@ -1,711 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:63"
|
3
|
-
priority: 2
|
4
|
-
request:
|
5
|
-
headers:
|
6
|
-
Content-Type: 'application/json'
|
7
|
-
path: '/discovery/place_keyword:63'
|
8
|
-
method: 'GET'
|
9
|
-
response_expectation:
|
10
|
-
status_code: 200
|
11
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
12
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:206"
|
13
|
-
priority: 2
|
14
|
-
request:
|
15
|
-
headers:
|
16
|
-
Content-Type: 'application/json'
|
17
|
-
path: '/discovery/place_keyword:206'
|
18
|
-
method: 'GET'
|
19
|
-
response_expectation:
|
20
|
-
status_code: 200
|
21
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
22
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:356"
|
23
|
-
priority: 2
|
24
|
-
request:
|
25
|
-
headers:
|
26
|
-
Content-Type: 'application/json'
|
27
|
-
path: '/discovery/place_keyword:356'
|
28
|
-
method: 'GET'
|
29
|
-
response_expectation:
|
30
|
-
status_code: 200
|
31
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
32
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:15"
|
33
|
-
priority: 2
|
34
|
-
request:
|
35
|
-
headers:
|
36
|
-
Content-Type: 'application/json'
|
37
|
-
path: '/discovery/place_keyword:15'
|
38
|
-
method: 'GET'
|
39
|
-
response_expectation:
|
40
|
-
status_code: 200
|
41
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
42
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:97"
|
43
|
-
priority: 2
|
44
|
-
request:
|
45
|
-
headers:
|
46
|
-
Content-Type: 'application/json'
|
47
|
-
path: '/discovery/place_keyword:97'
|
48
|
-
method: 'GET'
|
49
|
-
response_expectation:
|
50
|
-
status_code: 200
|
51
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
52
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:21"
|
53
|
-
priority: 2
|
54
|
-
request:
|
55
|
-
headers:
|
56
|
-
Content-Type: 'application/json'
|
57
|
-
path: '/discovery/place_keyword:21'
|
58
|
-
method: 'GET'
|
59
|
-
response_expectation:
|
60
|
-
status_code: 200
|
61
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
62
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:462"
|
63
|
-
priority: 2
|
64
|
-
request:
|
65
|
-
headers:
|
66
|
-
Content-Type: 'application/json'
|
67
|
-
path: '/discovery/place_keyword:462'
|
68
|
-
method: 'GET'
|
69
|
-
response_expectation:
|
70
|
-
status_code: 200
|
71
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
72
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:16"
|
73
|
-
priority: 2
|
74
|
-
request:
|
75
|
-
headers:
|
76
|
-
Content-Type: 'application/json'
|
77
|
-
path: '/discovery/place_keyword:16'
|
78
|
-
method: 'GET'
|
79
|
-
response_expectation:
|
80
|
-
status_code: 200
|
81
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
82
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:26"
|
83
|
-
priority: 2
|
84
|
-
request:
|
85
|
-
headers:
|
86
|
-
Content-Type: 'application/json'
|
87
|
-
path: '/discovery/place_keyword:26'
|
88
|
-
method: 'GET'
|
89
|
-
response_expectation:
|
90
|
-
status_code: 200
|
91
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
92
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:29"
|
93
|
-
priority: 2
|
94
|
-
request:
|
95
|
-
headers:
|
96
|
-
Content-Type: 'application/json'
|
97
|
-
path: '/discovery/place_keyword:29'
|
98
|
-
method: 'GET'
|
99
|
-
response_expectation:
|
100
|
-
status_code: 200
|
101
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
102
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:36"
|
103
|
-
priority: 2
|
104
|
-
request:
|
105
|
-
headers:
|
106
|
-
Content-Type: 'application/json'
|
107
|
-
path: '/discovery/place_keyword:36'
|
108
|
-
method: 'GET'
|
109
|
-
response_expectation:
|
110
|
-
status_code: 200
|
111
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
112
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:17"
|
113
|
-
priority: 2
|
114
|
-
request:
|
115
|
-
headers:
|
116
|
-
Content-Type: 'application/json'
|
117
|
-
path: '/discovery/place_keyword:17'
|
118
|
-
method: 'GET'
|
119
|
-
response_expectation:
|
120
|
-
status_code: 200
|
121
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
122
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category place_keyword:20"
|
123
|
-
priority: 2
|
124
|
-
request:
|
125
|
-
headers:
|
126
|
-
Content-Type: 'application/json'
|
127
|
-
path: '/discovery/place_keyword:20'
|
128
|
-
method: 'GET'
|
129
|
-
response_expectation:
|
130
|
-
status_code: 200
|
131
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
132
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category intended_audience:5"
|
133
|
-
priority: 2
|
134
|
-
request:
|
135
|
-
headers:
|
136
|
-
Content-Type: 'application/json'
|
137
|
-
path: '/discovery/intended_audience:5'
|
138
|
-
method: 'GET'
|
139
|
-
response_expectation:
|
140
|
-
status_code: 200
|
141
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
142
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category intended_audience:4"
|
143
|
-
priority: 2
|
144
|
-
request:
|
145
|
-
headers:
|
146
|
-
Content-Type: 'application/json'
|
147
|
-
path: '/discovery/intended_audience:4'
|
148
|
-
method: 'GET'
|
149
|
-
response_expectation:
|
150
|
-
status_code: 200
|
151
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
152
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category intended_audience:13"
|
153
|
-
priority: 2
|
154
|
-
request:
|
155
|
-
headers:
|
156
|
-
Content-Type: 'application/json'
|
157
|
-
path: '/discovery/intended_audience:13'
|
158
|
-
method: 'GET'
|
159
|
-
response_expectation:
|
160
|
-
status_code: 200
|
161
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
162
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category intended_audience:3"
|
163
|
-
priority: 2
|
164
|
-
request:
|
165
|
-
headers:
|
166
|
-
Content-Type: 'application/json'
|
167
|
-
path: '/discovery/intended_audience:3'
|
168
|
-
method: 'GET'
|
169
|
-
response_expectation:
|
170
|
-
status_code: 200
|
171
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
172
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category intended_audience:2"
|
173
|
-
priority: 2
|
174
|
-
request:
|
175
|
-
headers:
|
176
|
-
Content-Type: 'application/json'
|
177
|
-
path: '/discovery/intended_audience:2'
|
178
|
-
method: 'GET'
|
179
|
-
response_expectation:
|
180
|
-
status_code: 200
|
181
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
182
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category intended_audience:12"
|
183
|
-
priority: 2
|
184
|
-
request:
|
185
|
-
headers:
|
186
|
-
Content-Type: 'application/json'
|
187
|
-
path: '/discovery/intended_audience:12'
|
188
|
-
method: 'GET'
|
189
|
-
response_expectation:
|
190
|
-
status_code: 200
|
191
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
192
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:3"
|
193
|
-
priority: 2
|
194
|
-
request:
|
195
|
-
headers:
|
196
|
-
Content-Type: 'application/json'
|
197
|
-
path: '/discovery/time_keyword:3'
|
198
|
-
method: 'GET'
|
199
|
-
response_expectation:
|
200
|
-
status_code: 200
|
201
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
202
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:161"
|
203
|
-
priority: 2
|
204
|
-
request:
|
205
|
-
headers:
|
206
|
-
Content-Type: 'application/json'
|
207
|
-
path: '/discovery/time_keyword:161'
|
208
|
-
method: 'GET'
|
209
|
-
response_expectation:
|
210
|
-
status_code: 200
|
211
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
212
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:17"
|
213
|
-
priority: 2
|
214
|
-
request:
|
215
|
-
headers:
|
216
|
-
Content-Type: 'application/json'
|
217
|
-
path: '/discovery/time_keyword:17'
|
218
|
-
method: 'GET'
|
219
|
-
response_expectation:
|
220
|
-
status_code: 200
|
221
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
222
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:118"
|
223
|
-
priority: 2
|
224
|
-
request:
|
225
|
-
headers:
|
226
|
-
Content-Type: 'application/json'
|
227
|
-
path: '/discovery/time_keyword:118'
|
228
|
-
method: 'GET'
|
229
|
-
response_expectation:
|
230
|
-
status_code: 200
|
231
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
232
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:149"
|
233
|
-
priority: 2
|
234
|
-
request:
|
235
|
-
headers:
|
236
|
-
Content-Type: 'application/json'
|
237
|
-
path: '/discovery/time_keyword:149'
|
238
|
-
method: 'GET'
|
239
|
-
response_expectation:
|
240
|
-
status_code: 200
|
241
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
242
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:10"
|
243
|
-
priority: 2
|
244
|
-
request:
|
245
|
-
headers:
|
246
|
-
Content-Type: 'application/json'
|
247
|
-
path: '/discovery/time_keyword:10'
|
248
|
-
method: 'GET'
|
249
|
-
response_expectation:
|
250
|
-
status_code: 200
|
251
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
252
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:128"
|
253
|
-
priority: 2
|
254
|
-
request:
|
255
|
-
headers:
|
256
|
-
Content-Type: 'application/json'
|
257
|
-
path: '/discovery/time_keyword:128'
|
258
|
-
method: 'GET'
|
259
|
-
response_expectation:
|
260
|
-
status_code: 200
|
261
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
262
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:90"
|
263
|
-
priority: 2
|
264
|
-
request:
|
265
|
-
headers:
|
266
|
-
Content-Type: 'application/json'
|
267
|
-
path: '/discovery/time_keyword:90'
|
268
|
-
method: 'GET'
|
269
|
-
response_expectation:
|
270
|
-
status_code: 200
|
271
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
272
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:191"
|
273
|
-
priority: 2
|
274
|
-
request:
|
275
|
-
headers:
|
276
|
-
Content-Type: 'application/json'
|
277
|
-
path: '/discovery/time_keyword:191'
|
278
|
-
method: 'GET'
|
279
|
-
response_expectation:
|
280
|
-
status_code: 200
|
281
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
282
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:47"
|
283
|
-
priority: 2
|
284
|
-
request:
|
285
|
-
headers:
|
286
|
-
Content-Type: 'application/json'
|
287
|
-
path: '/discovery/time_keyword:47'
|
288
|
-
method: 'GET'
|
289
|
-
response_expectation:
|
290
|
-
status_code: 200
|
291
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
292
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:5"
|
293
|
-
priority: 2
|
294
|
-
request:
|
295
|
-
headers:
|
296
|
-
Content-Type: 'application/json'
|
297
|
-
path: '/discovery/time_keyword:5'
|
298
|
-
method: 'GET'
|
299
|
-
response_expectation:
|
300
|
-
status_code: 200
|
301
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
302
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:188"
|
303
|
-
priority: 2
|
304
|
-
request:
|
305
|
-
headers:
|
306
|
-
Content-Type: 'application/json'
|
307
|
-
path: '/discovery/time_keyword:188'
|
308
|
-
method: 'GET'
|
309
|
-
response_expectation:
|
310
|
-
status_code: 200
|
311
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
312
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category time_keyword:160"
|
313
|
-
priority: 2
|
314
|
-
request:
|
315
|
-
headers:
|
316
|
-
Content-Type: 'application/json'
|
317
|
-
path: '/discovery/time_keyword:160'
|
318
|
-
method: 'GET'
|
319
|
-
response_expectation:
|
320
|
-
status_code: 200
|
321
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
322
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:493"
|
323
|
-
priority: 2
|
324
|
-
request:
|
325
|
-
headers:
|
326
|
-
Content-Type: 'application/json'
|
327
|
-
path: '/discovery/plot_keyword:493'
|
328
|
-
method: 'GET'
|
329
|
-
response_expectation:
|
330
|
-
status_code: 200
|
331
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
332
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:2716"
|
333
|
-
priority: 2
|
334
|
-
request:
|
335
|
-
headers:
|
336
|
-
Content-Type: 'application/json'
|
337
|
-
path: '/discovery/plot_keyword:2716'
|
338
|
-
method: 'GET'
|
339
|
-
response_expectation:
|
340
|
-
status_code: 200
|
341
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
342
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:2261"
|
343
|
-
priority: 2
|
344
|
-
request:
|
345
|
-
headers:
|
346
|
-
Content-Type: 'application/json'
|
347
|
-
path: '/discovery/plot_keyword:2261'
|
348
|
-
method: 'GET'
|
349
|
-
response_expectation:
|
350
|
-
status_code: 200
|
351
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
352
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:4233"
|
353
|
-
priority: 2
|
354
|
-
request:
|
355
|
-
headers:
|
356
|
-
Content-Type: 'application/json'
|
357
|
-
path: '/discovery/plot_keyword:4233'
|
358
|
-
method: 'GET'
|
359
|
-
response_expectation:
|
360
|
-
status_code: 200
|
361
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
362
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:2101"
|
363
|
-
priority: 2
|
364
|
-
request:
|
365
|
-
headers:
|
366
|
-
Content-Type: 'application/json'
|
367
|
-
path: '/discovery/plot_keyword:2101'
|
368
|
-
method: 'GET'
|
369
|
-
response_expectation:
|
370
|
-
status_code: 200
|
371
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
372
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:722"
|
373
|
-
priority: 2
|
374
|
-
request:
|
375
|
-
headers:
|
376
|
-
Content-Type: 'application/json'
|
377
|
-
path: '/discovery/plot_keyword:722'
|
378
|
-
method: 'GET'
|
379
|
-
response_expectation:
|
380
|
-
status_code: 200
|
381
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
382
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:3897"
|
383
|
-
priority: 2
|
384
|
-
request:
|
385
|
-
headers:
|
386
|
-
Content-Type: 'application/json'
|
387
|
-
path: '/discovery/plot_keyword:3897'
|
388
|
-
method: 'GET'
|
389
|
-
response_expectation:
|
390
|
-
status_code: 200
|
391
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
392
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:2016"
|
393
|
-
priority: 2
|
394
|
-
request:
|
395
|
-
headers:
|
396
|
-
Content-Type: 'application/json'
|
397
|
-
path: '/discovery/plot_keyword:2016'
|
398
|
-
method: 'GET'
|
399
|
-
response_expectation:
|
400
|
-
status_code: 200
|
401
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
402
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:1787"
|
403
|
-
priority: 2
|
404
|
-
request:
|
405
|
-
headers:
|
406
|
-
Content-Type: 'application/json'
|
407
|
-
path: '/discovery/plot_keyword:1787'
|
408
|
-
method: 'GET'
|
409
|
-
response_expectation:
|
410
|
-
status_code: 200
|
411
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
412
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:1373"
|
413
|
-
priority: 2
|
414
|
-
request:
|
415
|
-
headers:
|
416
|
-
Content-Type: 'application/json'
|
417
|
-
path: '/discovery/plot_keyword:1373'
|
418
|
-
method: 'GET'
|
419
|
-
response_expectation:
|
420
|
-
status_code: 200
|
421
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
422
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:773"
|
423
|
-
priority: 2
|
424
|
-
request:
|
425
|
-
headers:
|
426
|
-
Content-Type: 'application/json'
|
427
|
-
path: '/discovery/plot_keyword:773'
|
428
|
-
method: 'GET'
|
429
|
-
response_expectation:
|
430
|
-
status_code: 200
|
431
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
432
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:1178"
|
433
|
-
priority: 2
|
434
|
-
request:
|
435
|
-
headers:
|
436
|
-
Content-Type: 'application/json'
|
437
|
-
path: '/discovery/plot_keyword:1178'
|
438
|
-
method: 'GET'
|
439
|
-
response_expectation:
|
440
|
-
status_code: 200
|
441
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
442
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category plot_keyword:1928"
|
443
|
-
priority: 2
|
444
|
-
request:
|
445
|
-
headers:
|
446
|
-
Content-Type: 'application/json'
|
447
|
-
path: '/discovery/plot_keyword:1928'
|
448
|
-
method: 'GET'
|
449
|
-
response_expectation:
|
450
|
-
status_code: 200
|
451
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
452
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:2"
|
453
|
-
priority: 2
|
454
|
-
request:
|
455
|
-
headers:
|
456
|
-
Content-Type: 'application/json'
|
457
|
-
path: '/discovery/genre:2'
|
458
|
-
method: 'GET'
|
459
|
-
response_expectation:
|
460
|
-
status_code: 200
|
461
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
462
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:15"
|
463
|
-
priority: 2
|
464
|
-
request:
|
465
|
-
headers:
|
466
|
-
Content-Type: 'application/json'
|
467
|
-
path: '/discovery/genre:15'
|
468
|
-
method: 'GET'
|
469
|
-
response_expectation:
|
470
|
-
status_code: 200
|
471
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
472
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:99"
|
473
|
-
priority: 2
|
474
|
-
request:
|
475
|
-
headers:
|
476
|
-
Content-Type: 'application/json'
|
477
|
-
path: '/discovery/genre:99'
|
478
|
-
method: 'GET'
|
479
|
-
response_expectation:
|
480
|
-
status_code: 200
|
481
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
482
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:61"
|
483
|
-
priority: 2
|
484
|
-
request:
|
485
|
-
headers:
|
486
|
-
Content-Type: 'application/json'
|
487
|
-
path: '/discovery/genre:61'
|
488
|
-
method: 'GET'
|
489
|
-
response_expectation:
|
490
|
-
status_code: 200
|
491
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
492
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:142"
|
493
|
-
priority: 2
|
494
|
-
request:
|
495
|
-
headers:
|
496
|
-
Content-Type: 'application/json'
|
497
|
-
path: '/discovery/genre:142'
|
498
|
-
method: 'GET'
|
499
|
-
response_expectation:
|
500
|
-
status_code: 200
|
501
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
502
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:155"
|
503
|
-
priority: 2
|
504
|
-
request:
|
505
|
-
headers:
|
506
|
-
Content-Type: 'application/json'
|
507
|
-
path: '/discovery/genre:155'
|
508
|
-
method: 'GET'
|
509
|
-
response_expectation:
|
510
|
-
status_code: 200
|
511
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
512
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:90"
|
513
|
-
priority: 2
|
514
|
-
request:
|
515
|
-
headers:
|
516
|
-
Content-Type: 'application/json'
|
517
|
-
path: '/discovery/genre:90'
|
518
|
-
method: 'GET'
|
519
|
-
response_expectation:
|
520
|
-
status_code: 200
|
521
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
522
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:7"
|
523
|
-
priority: 2
|
524
|
-
request:
|
525
|
-
headers:
|
526
|
-
Content-Type: 'application/json'
|
527
|
-
path: '/discovery/genre:7'
|
528
|
-
method: 'GET'
|
529
|
-
response_expectation:
|
530
|
-
status_code: 200
|
531
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
532
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:94"
|
533
|
-
priority: 2
|
534
|
-
request:
|
535
|
-
headers:
|
536
|
-
Content-Type: 'application/json'
|
537
|
-
path: '/discovery/genre:94'
|
538
|
-
method: 'GET'
|
539
|
-
response_expectation:
|
540
|
-
status_code: 200
|
541
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
542
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:20"
|
543
|
-
priority: 2
|
544
|
-
request:
|
545
|
-
headers:
|
546
|
-
Content-Type: 'application/json'
|
547
|
-
path: '/discovery/genre:20'
|
548
|
-
method: 'GET'
|
549
|
-
response_expectation:
|
550
|
-
status_code: 200
|
551
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
552
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:43"
|
553
|
-
priority: 2
|
554
|
-
request:
|
555
|
-
headers:
|
556
|
-
Content-Type: 'application/json'
|
557
|
-
path: '/discovery/genre:43'
|
558
|
-
method: 'GET'
|
559
|
-
response_expectation:
|
560
|
-
status_code: 200
|
561
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
562
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:67"
|
563
|
-
priority: 2
|
564
|
-
request:
|
565
|
-
headers:
|
566
|
-
Content-Type: 'application/json'
|
567
|
-
path: '/discovery/genre:67'
|
568
|
-
method: 'GET'
|
569
|
-
response_expectation:
|
570
|
-
status_code: 200
|
571
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
572
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category genre:105"
|
573
|
-
priority: 2
|
574
|
-
request:
|
575
|
-
headers:
|
576
|
-
Content-Type: 'application/json'
|
577
|
-
path: '/discovery/genre:105'
|
578
|
-
method: 'GET'
|
579
|
-
response_expectation:
|
580
|
-
status_code: 200
|
581
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
582
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:13"
|
583
|
-
priority: 2
|
584
|
-
request:
|
585
|
-
headers:
|
586
|
-
Content-Type: 'application/json'
|
587
|
-
path: '/discovery/emotion_keyword:13'
|
588
|
-
method: 'GET'
|
589
|
-
response_expectation:
|
590
|
-
status_code: 200
|
591
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
592
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:7"
|
593
|
-
priority: 2
|
594
|
-
request:
|
595
|
-
headers:
|
596
|
-
Content-Type: 'application/json'
|
597
|
-
path: '/discovery/emotion_keyword:7'
|
598
|
-
method: 'GET'
|
599
|
-
response_expectation:
|
600
|
-
status_code: 200
|
601
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
602
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:14"
|
603
|
-
priority: 2
|
604
|
-
request:
|
605
|
-
headers:
|
606
|
-
Content-Type: 'application/json'
|
607
|
-
path: '/discovery/emotion_keyword:14'
|
608
|
-
method: 'GET'
|
609
|
-
response_expectation:
|
610
|
-
status_code: 200
|
611
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
612
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:9"
|
613
|
-
priority: 2
|
614
|
-
request:
|
615
|
-
headers:
|
616
|
-
Content-Type: 'application/json'
|
617
|
-
path: '/discovery/emotion_keyword:9'
|
618
|
-
method: 'GET'
|
619
|
-
response_expectation:
|
620
|
-
status_code: 200
|
621
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
622
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:11"
|
623
|
-
priority: 2
|
624
|
-
request:
|
625
|
-
headers:
|
626
|
-
Content-Type: 'application/json'
|
627
|
-
path: '/discovery/emotion_keyword:11'
|
628
|
-
method: 'GET'
|
629
|
-
response_expectation:
|
630
|
-
status_code: 200
|
631
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
632
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:4"
|
633
|
-
priority: 2
|
634
|
-
request:
|
635
|
-
headers:
|
636
|
-
Content-Type: 'application/json'
|
637
|
-
path: '/discovery/emotion_keyword:4'
|
638
|
-
method: 'GET'
|
639
|
-
response_expectation:
|
640
|
-
status_code: 200
|
641
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
642
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:8"
|
643
|
-
priority: 2
|
644
|
-
request:
|
645
|
-
headers:
|
646
|
-
Content-Type: 'application/json'
|
647
|
-
path: '/discovery/emotion_keyword:8'
|
648
|
-
method: 'GET'
|
649
|
-
response_expectation:
|
650
|
-
status_code: 200
|
651
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
652
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:10"
|
653
|
-
priority: 2
|
654
|
-
request:
|
655
|
-
headers:
|
656
|
-
Content-Type: 'application/json'
|
657
|
-
path: '/discovery/emotion_keyword:10'
|
658
|
-
method: 'GET'
|
659
|
-
response_expectation:
|
660
|
-
status_code: 200
|
661
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
662
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:3"
|
663
|
-
priority: 2
|
664
|
-
request:
|
665
|
-
headers:
|
666
|
-
Content-Type: 'application/json'
|
667
|
-
path: '/discovery/emotion_keyword:3'
|
668
|
-
method: 'GET'
|
669
|
-
response_expectation:
|
670
|
-
status_code: 200
|
671
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
672
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:16"
|
673
|
-
priority: 2
|
674
|
-
request:
|
675
|
-
headers:
|
676
|
-
Content-Type: 'application/json'
|
677
|
-
path: '/discovery/emotion_keyword:16'
|
678
|
-
method: 'GET'
|
679
|
-
response_expectation:
|
680
|
-
status_code: 200
|
681
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
682
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:5"
|
683
|
-
priority: 2
|
684
|
-
request:
|
685
|
-
headers:
|
686
|
-
Content-Type: 'application/json'
|
687
|
-
path: '/discovery/emotion_keyword:5'
|
688
|
-
method: 'GET'
|
689
|
-
response_expectation:
|
690
|
-
status_code: 200
|
691
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
692
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:6"
|
693
|
-
priority: 2
|
694
|
-
request:
|
695
|
-
headers:
|
696
|
-
Content-Type: 'application/json'
|
697
|
-
path: '/discovery/emotion_keyword:6'
|
698
|
-
method: 'GET'
|
699
|
-
response_expectation:
|
700
|
-
status_code: 200
|
701
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|
702
|
-
- name: "Unpersonalized discovery should return between 4 and 600 movies for a certain keyword category emotion_keyword:12"
|
703
|
-
priority: 2
|
704
|
-
request:
|
705
|
-
headers:
|
706
|
-
Content-Type: 'application/json'
|
707
|
-
path: '/discovery/emotion_keyword:12'
|
708
|
-
method: 'GET'
|
709
|
-
response_expectation:
|
710
|
-
status_code: 200
|
711
|
-
body: /^\[("m\d+",){3,600}"m\d+"\]$/
|