flights_gui_tests 2.3.74 → 2.3.75
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/features/support/version.rb +1 -1
- data/henry-context.yml +973 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9b1a038d619c36ad45736815d99114506b4af8d
|
4
|
+
data.tar.gz: ae1098aaec4279e9b2863f19c8982fc52f47f3f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab14a679aa6f801796913d104ac14a0c517fb8d185190dadc6ca9818dae41bb742a563826b580bf7bbf95fed41a4c1976033204d97344c8f461ad2b8e67ee963
|
7
|
+
data.tar.gz: 619b1d7ae357dc4b1877bb129daf0539cf686a7a5f8ca8658adb9d8fe10090f1d2632b93d61398abb9c7e7bed9aa5994d20ea7c439f6dabe480e75d2e3774e76
|
data/features/support/version.rb
CHANGED
data/henry-context.yml
CHANGED
@@ -1,4 +1,947 @@
|
|
1
1
|
tasks:
|
2
|
+
- name: results.search_full
|
3
|
+
class_name: Henry::Task::CucumberTask
|
4
|
+
options:
|
5
|
+
tags:
|
6
|
+
- results
|
7
|
+
- search_full
|
8
|
+
expand: true
|
9
|
+
no-source: true
|
10
|
+
reports:
|
11
|
+
- format: html
|
12
|
+
name: ${DATE}_${TASK_NAME}.html
|
13
|
+
recipients:
|
14
|
+
- estebanldh@gmail.com
|
15
|
+
- nsimean@despegar.com
|
16
|
+
- name: results.search_full.pt
|
17
|
+
class_name: Henry::Task::CucumberTask
|
18
|
+
options:
|
19
|
+
tags:
|
20
|
+
- results
|
21
|
+
- search_full
|
22
|
+
- pt
|
23
|
+
expand: true
|
24
|
+
no-source: true
|
25
|
+
reports:
|
26
|
+
- format: html
|
27
|
+
name: ${DATE}_${TASK_NAME}.html
|
28
|
+
recipients:
|
29
|
+
- estebanldh@gmail.com
|
30
|
+
- nsimean@despegar.com
|
31
|
+
- name: results.search_full.pt.roundtrip
|
32
|
+
class_name: Henry::Task::CucumberTask
|
33
|
+
options:
|
34
|
+
tags:
|
35
|
+
- results
|
36
|
+
- search_full
|
37
|
+
- pt
|
38
|
+
- roundtrip
|
39
|
+
expand: true
|
40
|
+
no-source: true
|
41
|
+
reports:
|
42
|
+
- format: html
|
43
|
+
name: ${DATE}_${TASK_NAME}.html
|
44
|
+
recipients:
|
45
|
+
- estebanldh@gmail.com
|
46
|
+
- nsimean@despegar.com
|
47
|
+
- name: results.search_full.pt.oneway
|
48
|
+
class_name: Henry::Task::CucumberTask
|
49
|
+
options:
|
50
|
+
tags:
|
51
|
+
- results
|
52
|
+
- search_full
|
53
|
+
- pt
|
54
|
+
- oneway
|
55
|
+
expand: true
|
56
|
+
no-source: true
|
57
|
+
reports:
|
58
|
+
- format: html
|
59
|
+
name: ${DATE}_${TASK_NAME}.html
|
60
|
+
recipients:
|
61
|
+
- estebanldh@gmail.com
|
62
|
+
- nsimean@despegar.com
|
63
|
+
- name: results.search_full.pt.multipledestinations
|
64
|
+
class_name: Henry::Task::CucumberTask
|
65
|
+
options:
|
66
|
+
tags:
|
67
|
+
- results
|
68
|
+
- search_full
|
69
|
+
- pt
|
70
|
+
- multipledestinations
|
71
|
+
expand: true
|
72
|
+
no-source: true
|
73
|
+
reports:
|
74
|
+
- format: html
|
75
|
+
name: ${DATE}_${TASK_NAME}.html
|
76
|
+
recipients:
|
77
|
+
- estebanldh@gmail.com
|
78
|
+
- nsimean@despegar.com
|
79
|
+
- name: results.search_full.in
|
80
|
+
class_name: Henry::Task::CucumberTask
|
81
|
+
options:
|
82
|
+
tags:
|
83
|
+
- results
|
84
|
+
- search_full
|
85
|
+
- in
|
86
|
+
expand: true
|
87
|
+
no-source: true
|
88
|
+
reports:
|
89
|
+
- format: html
|
90
|
+
name: ${DATE}_${TASK_NAME}.html
|
91
|
+
recipients:
|
92
|
+
- estebanldh@gmail.com
|
93
|
+
- nsimean@despegar.com
|
94
|
+
- name: results.search_full.in.roundtrip
|
95
|
+
class_name: Henry::Task::CucumberTask
|
96
|
+
options:
|
97
|
+
tags:
|
98
|
+
- results
|
99
|
+
- search_full
|
100
|
+
- in
|
101
|
+
- roundtrip
|
102
|
+
expand: true
|
103
|
+
no-source: true
|
104
|
+
reports:
|
105
|
+
- format: html
|
106
|
+
name: ${DATE}_${TASK_NAME}.html
|
107
|
+
recipients:
|
108
|
+
- estebanldh@gmail.com
|
109
|
+
- nsimean@despegar.com
|
110
|
+
- name: results.search_full.in.oneway
|
111
|
+
class_name: Henry::Task::CucumberTask
|
112
|
+
options:
|
113
|
+
tags:
|
114
|
+
- results
|
115
|
+
- search_full
|
116
|
+
- in
|
117
|
+
- oneway
|
118
|
+
expand: true
|
119
|
+
no-source: true
|
120
|
+
reports:
|
121
|
+
- format: html
|
122
|
+
name: ${DATE}_${TASK_NAME}.html
|
123
|
+
recipients:
|
124
|
+
- estebanldh@gmail.com
|
125
|
+
- nsimean@despegar.com
|
126
|
+
- name: results.search_full.in.multipledestinations
|
127
|
+
class_name: Henry::Task::CucumberTask
|
128
|
+
options:
|
129
|
+
tags:
|
130
|
+
- results
|
131
|
+
- search_full
|
132
|
+
- in
|
133
|
+
- multipledestinations
|
134
|
+
expand: true
|
135
|
+
no-source: true
|
136
|
+
reports:
|
137
|
+
- format: html
|
138
|
+
name: ${DATE}_${TASK_NAME}.html
|
139
|
+
recipients:
|
140
|
+
- estebanldh@gmail.com
|
141
|
+
- nsimean@despegar.com
|
142
|
+
- name: results.search_full.cn
|
143
|
+
class_name: Henry::Task::CucumberTask
|
144
|
+
options:
|
145
|
+
tags:
|
146
|
+
- results
|
147
|
+
- search_full
|
148
|
+
- cn
|
149
|
+
expand: true
|
150
|
+
no-source: true
|
151
|
+
reports:
|
152
|
+
- format: html
|
153
|
+
name: ${DATE}_${TASK_NAME}.html
|
154
|
+
recipients:
|
155
|
+
- estebanldh@gmail.com
|
156
|
+
- nsimean@despegar.com
|
157
|
+
- name: results.search_full.cn.roundtrip
|
158
|
+
class_name: Henry::Task::CucumberTask
|
159
|
+
options:
|
160
|
+
tags:
|
161
|
+
- results
|
162
|
+
- search_full
|
163
|
+
- cn
|
164
|
+
- roundtrip
|
165
|
+
expand: true
|
166
|
+
no-source: true
|
167
|
+
reports:
|
168
|
+
- format: html
|
169
|
+
name: ${DATE}_${TASK_NAME}.html
|
170
|
+
recipients:
|
171
|
+
- estebanldh@gmail.com
|
172
|
+
- nsimean@despegar.com
|
173
|
+
- name: results.search_full.cn.oneway
|
174
|
+
class_name: Henry::Task::CucumberTask
|
175
|
+
options:
|
176
|
+
tags:
|
177
|
+
- results
|
178
|
+
- search_full
|
179
|
+
- cn
|
180
|
+
- oneway
|
181
|
+
expand: true
|
182
|
+
no-source: true
|
183
|
+
reports:
|
184
|
+
- format: html
|
185
|
+
name: ${DATE}_${TASK_NAME}.html
|
186
|
+
recipients:
|
187
|
+
- estebanldh@gmail.com
|
188
|
+
- nsimean@despegar.com
|
189
|
+
- name: results.search_full.cn.multipledestinations
|
190
|
+
class_name: Henry::Task::CucumberTask
|
191
|
+
options:
|
192
|
+
tags:
|
193
|
+
- results
|
194
|
+
- search_full
|
195
|
+
- cn
|
196
|
+
- multipledestinations
|
197
|
+
expand: true
|
198
|
+
no-source: true
|
199
|
+
reports:
|
200
|
+
- format: html
|
201
|
+
name: ${DATE}_${TASK_NAME}.html
|
202
|
+
recipients:
|
203
|
+
- estebanldh@gmail.com
|
204
|
+
- nsimean@despegar.com
|
205
|
+
- name: results.search_full.ar
|
206
|
+
class_name: Henry::Task::CucumberTask
|
207
|
+
options:
|
208
|
+
tags:
|
209
|
+
- results
|
210
|
+
- search_full
|
211
|
+
- ar
|
212
|
+
expand: true
|
213
|
+
no-source: true
|
214
|
+
reports:
|
215
|
+
- format: html
|
216
|
+
name: ${DATE}_${TASK_NAME}.html
|
217
|
+
recipients:
|
218
|
+
- estebanldh@gmail.com
|
219
|
+
- nsimean@despegar.com
|
220
|
+
- name: results.search_full.ar.roundtrip
|
221
|
+
class_name: Henry::Task::CucumberTask
|
222
|
+
options:
|
223
|
+
tags:
|
224
|
+
- results
|
225
|
+
- search_full
|
226
|
+
- ar
|
227
|
+
- roundtrip
|
228
|
+
expand: true
|
229
|
+
no-source: true
|
230
|
+
reports:
|
231
|
+
- format: html
|
232
|
+
name: ${DATE}_${TASK_NAME}.html
|
233
|
+
recipients:
|
234
|
+
- estebanldh@gmail.com
|
235
|
+
- nsimean@despegar.com
|
236
|
+
- name: results.search_full.ar.oneway
|
237
|
+
class_name: Henry::Task::CucumberTask
|
238
|
+
options:
|
239
|
+
tags:
|
240
|
+
- results
|
241
|
+
- search_full
|
242
|
+
- ar
|
243
|
+
- oneway
|
244
|
+
expand: true
|
245
|
+
no-source: true
|
246
|
+
reports:
|
247
|
+
- format: html
|
248
|
+
name: ${DATE}_${TASK_NAME}.html
|
249
|
+
recipients:
|
250
|
+
- estebanldh@gmail.com
|
251
|
+
- nsimean@despegar.com
|
252
|
+
- name: results.search_full.ar.multipledestinations
|
253
|
+
class_name: Henry::Task::CucumberTask
|
254
|
+
options:
|
255
|
+
tags:
|
256
|
+
- results
|
257
|
+
- search_full
|
258
|
+
- ar
|
259
|
+
- multipledestinations
|
260
|
+
expand: true
|
261
|
+
no-source: true
|
262
|
+
reports:
|
263
|
+
- format: html
|
264
|
+
name: ${DATE}_${TASK_NAME}.html
|
265
|
+
recipients:
|
266
|
+
- estebanldh@gmail.com
|
267
|
+
- nsimean@despegar.com
|
268
|
+
- name: results.search_full.br
|
269
|
+
class_name: Henry::Task::CucumberTask
|
270
|
+
options:
|
271
|
+
tags:
|
272
|
+
- results
|
273
|
+
- search_full
|
274
|
+
- br
|
275
|
+
expand: true
|
276
|
+
no-source: true
|
277
|
+
reports:
|
278
|
+
- format: html
|
279
|
+
name: ${DATE}_${TASK_NAME}.html
|
280
|
+
recipients:
|
281
|
+
- estebanldh@gmail.com
|
282
|
+
- nsimean@despegar.com
|
283
|
+
- name: results.search_full.br.roundtrip
|
284
|
+
class_name: Henry::Task::CucumberTask
|
285
|
+
options:
|
286
|
+
tags:
|
287
|
+
- results
|
288
|
+
- search_full
|
289
|
+
- br
|
290
|
+
- roundtrip
|
291
|
+
expand: true
|
292
|
+
no-source: true
|
293
|
+
reports:
|
294
|
+
- format: html
|
295
|
+
name: ${DATE}_${TASK_NAME}.html
|
296
|
+
recipients:
|
297
|
+
- estebanldh@gmail.com
|
298
|
+
- nsimean@despegar.com
|
299
|
+
- name: results.search_full.br.oneway
|
300
|
+
class_name: Henry::Task::CucumberTask
|
301
|
+
options:
|
302
|
+
tags:
|
303
|
+
- results
|
304
|
+
- search_full
|
305
|
+
- br
|
306
|
+
- oneway
|
307
|
+
expand: true
|
308
|
+
no-source: true
|
309
|
+
reports:
|
310
|
+
- format: html
|
311
|
+
name: ${DATE}_${TASK_NAME}.html
|
312
|
+
recipients:
|
313
|
+
- estebanldh@gmail.com
|
314
|
+
- nsimean@despegar.com
|
315
|
+
- name: results.search_full.br.multipledestinations
|
316
|
+
class_name: Henry::Task::CucumberTask
|
317
|
+
options:
|
318
|
+
tags:
|
319
|
+
- results
|
320
|
+
- search_full
|
321
|
+
- br
|
322
|
+
- multipledestinations
|
323
|
+
expand: true
|
324
|
+
no-source: true
|
325
|
+
reports:
|
326
|
+
- format: html
|
327
|
+
name: ${DATE}_${TASK_NAME}.html
|
328
|
+
recipients:
|
329
|
+
- estebanldh@gmail.com
|
330
|
+
- nsimean@despegar.com
|
331
|
+
- name: results.search_full.co
|
332
|
+
class_name: Henry::Task::CucumberTask
|
333
|
+
options:
|
334
|
+
tags:
|
335
|
+
- results
|
336
|
+
- search_full
|
337
|
+
- co
|
338
|
+
expand: true
|
339
|
+
no-source: true
|
340
|
+
reports:
|
341
|
+
- format: html
|
342
|
+
name: ${DATE}_${TASK_NAME}.html
|
343
|
+
recipients:
|
344
|
+
- estebanldh@gmail.com
|
345
|
+
- nsimean@despegar.com
|
346
|
+
- name: results.search_full.co.roundtrip
|
347
|
+
class_name: Henry::Task::CucumberTask
|
348
|
+
options:
|
349
|
+
tags:
|
350
|
+
- results
|
351
|
+
- search_full
|
352
|
+
- co
|
353
|
+
- roundtrip
|
354
|
+
expand: true
|
355
|
+
no-source: true
|
356
|
+
reports:
|
357
|
+
- format: html
|
358
|
+
name: ${DATE}_${TASK_NAME}.html
|
359
|
+
recipients:
|
360
|
+
- estebanldh@gmail.com
|
361
|
+
- nsimean@despegar.com
|
362
|
+
- name: results.search_full.co.oneway
|
363
|
+
class_name: Henry::Task::CucumberTask
|
364
|
+
options:
|
365
|
+
tags:
|
366
|
+
- results
|
367
|
+
- search_full
|
368
|
+
- co
|
369
|
+
- oneway
|
370
|
+
expand: true
|
371
|
+
no-source: true
|
372
|
+
reports:
|
373
|
+
- format: html
|
374
|
+
name: ${DATE}_${TASK_NAME}.html
|
375
|
+
recipients:
|
376
|
+
- estebanldh@gmail.com
|
377
|
+
- nsimean@despegar.com
|
378
|
+
- name: results.search_full.co.multipledestinations
|
379
|
+
class_name: Henry::Task::CucumberTask
|
380
|
+
options:
|
381
|
+
tags:
|
382
|
+
- results
|
383
|
+
- search_full
|
384
|
+
- co
|
385
|
+
- multipledestinations
|
386
|
+
expand: true
|
387
|
+
no-source: true
|
388
|
+
reports:
|
389
|
+
- format: html
|
390
|
+
name: ${DATE}_${TASK_NAME}.html
|
391
|
+
recipients:
|
392
|
+
- estebanldh@gmail.com
|
393
|
+
- nsimean@despegar.com
|
394
|
+
- name: results.search_full.cl
|
395
|
+
class_name: Henry::Task::CucumberTask
|
396
|
+
options:
|
397
|
+
tags:
|
398
|
+
- results
|
399
|
+
- search_full
|
400
|
+
- cl
|
401
|
+
expand: true
|
402
|
+
no-source: true
|
403
|
+
reports:
|
404
|
+
- format: html
|
405
|
+
name: ${DATE}_${TASK_NAME}.html
|
406
|
+
recipients:
|
407
|
+
- estebanldh@gmail.com
|
408
|
+
- nsimean@despegar.com
|
409
|
+
- name: results.search_full.cl.roundtrip
|
410
|
+
class_name: Henry::Task::CucumberTask
|
411
|
+
options:
|
412
|
+
tags:
|
413
|
+
- results
|
414
|
+
- search_full
|
415
|
+
- cl
|
416
|
+
- roundtrip
|
417
|
+
expand: true
|
418
|
+
no-source: true
|
419
|
+
reports:
|
420
|
+
- format: html
|
421
|
+
name: ${DATE}_${TASK_NAME}.html
|
422
|
+
recipients:
|
423
|
+
- estebanldh@gmail.com
|
424
|
+
- nsimean@despegar.com
|
425
|
+
- name: results.search_full.cl.oneway
|
426
|
+
class_name: Henry::Task::CucumberTask
|
427
|
+
options:
|
428
|
+
tags:
|
429
|
+
- results
|
430
|
+
- search_full
|
431
|
+
- cl
|
432
|
+
- oneway
|
433
|
+
expand: true
|
434
|
+
no-source: true
|
435
|
+
reports:
|
436
|
+
- format: html
|
437
|
+
name: ${DATE}_${TASK_NAME}.html
|
438
|
+
recipients:
|
439
|
+
- estebanldh@gmail.com
|
440
|
+
- nsimean@despegar.com
|
441
|
+
- name: results.search_full.cl.multipledestinations
|
442
|
+
class_name: Henry::Task::CucumberTask
|
443
|
+
options:
|
444
|
+
tags:
|
445
|
+
- results
|
446
|
+
- search_full
|
447
|
+
- cl
|
448
|
+
- multipledestinations
|
449
|
+
expand: true
|
450
|
+
no-source: true
|
451
|
+
reports:
|
452
|
+
- format: html
|
453
|
+
name: ${DATE}_${TASK_NAME}.html
|
454
|
+
recipients:
|
455
|
+
- estebanldh@gmail.com
|
456
|
+
- nsimean@despegar.com
|
457
|
+
- name: results.search_full.cr
|
458
|
+
class_name: Henry::Task::CucumberTask
|
459
|
+
options:
|
460
|
+
tags:
|
461
|
+
- results
|
462
|
+
- search_full
|
463
|
+
- cr
|
464
|
+
expand: true
|
465
|
+
no-source: true
|
466
|
+
reports:
|
467
|
+
- format: html
|
468
|
+
name: ${DATE}_${TASK_NAME}.html
|
469
|
+
recipients:
|
470
|
+
- estebanldh@gmail.com
|
471
|
+
- nsimean@despegar.com
|
472
|
+
- name: results.search_full.cr.roundtrip
|
473
|
+
class_name: Henry::Task::CucumberTask
|
474
|
+
options:
|
475
|
+
tags:
|
476
|
+
- results
|
477
|
+
- search_full
|
478
|
+
- cr
|
479
|
+
- roundtrip
|
480
|
+
expand: true
|
481
|
+
no-source: true
|
482
|
+
reports:
|
483
|
+
- format: html
|
484
|
+
name: ${DATE}_${TASK_NAME}.html
|
485
|
+
recipients:
|
486
|
+
- estebanldh@gmail.com
|
487
|
+
- nsimean@despegar.com
|
488
|
+
- name: results.search_full.cr.oneway
|
489
|
+
class_name: Henry::Task::CucumberTask
|
490
|
+
options:
|
491
|
+
tags:
|
492
|
+
- results
|
493
|
+
- search_full
|
494
|
+
- cr
|
495
|
+
- oneway
|
496
|
+
expand: true
|
497
|
+
no-source: true
|
498
|
+
reports:
|
499
|
+
- format: html
|
500
|
+
name: ${DATE}_${TASK_NAME}.html
|
501
|
+
recipients:
|
502
|
+
- estebanldh@gmail.com
|
503
|
+
- nsimean@despegar.com
|
504
|
+
- name: results.search_full.cr.multipledestinations
|
505
|
+
class_name: Henry::Task::CucumberTask
|
506
|
+
options:
|
507
|
+
tags:
|
508
|
+
- results
|
509
|
+
- search_full
|
510
|
+
- cr
|
511
|
+
- multipledestinations
|
512
|
+
expand: true
|
513
|
+
no-source: true
|
514
|
+
reports:
|
515
|
+
- format: html
|
516
|
+
name: ${DATE}_${TASK_NAME}.html
|
517
|
+
recipients:
|
518
|
+
- estebanldh@gmail.com
|
519
|
+
- nsimean@despegar.com
|
520
|
+
- name: results.search_full.ec
|
521
|
+
class_name: Henry::Task::CucumberTask
|
522
|
+
options:
|
523
|
+
tags:
|
524
|
+
- results
|
525
|
+
- search_full
|
526
|
+
- ec
|
527
|
+
expand: true
|
528
|
+
no-source: true
|
529
|
+
reports:
|
530
|
+
- format: html
|
531
|
+
name: ${DATE}_${TASK_NAME}.html
|
532
|
+
recipients:
|
533
|
+
- estebanldh@gmail.com
|
534
|
+
- nsimean@despegar.com
|
535
|
+
- name: results.search_full.ec.roundtrip
|
536
|
+
class_name: Henry::Task::CucumberTask
|
537
|
+
options:
|
538
|
+
tags:
|
539
|
+
- results
|
540
|
+
- search_full
|
541
|
+
- ec
|
542
|
+
- roundtrip
|
543
|
+
expand: true
|
544
|
+
no-source: true
|
545
|
+
reports:
|
546
|
+
- format: html
|
547
|
+
name: ${DATE}_${TASK_NAME}.html
|
548
|
+
recipients:
|
549
|
+
- estebanldh@gmail.com
|
550
|
+
- nsimean@despegar.com
|
551
|
+
- name: results.search_full.ec.oneway
|
552
|
+
class_name: Henry::Task::CucumberTask
|
553
|
+
options:
|
554
|
+
tags:
|
555
|
+
- results
|
556
|
+
- search_full
|
557
|
+
- ec
|
558
|
+
- oneway
|
559
|
+
expand: true
|
560
|
+
no-source: true
|
561
|
+
reports:
|
562
|
+
- format: html
|
563
|
+
name: ${DATE}_${TASK_NAME}.html
|
564
|
+
recipients:
|
565
|
+
- estebanldh@gmail.com
|
566
|
+
- nsimean@despegar.com
|
567
|
+
- name: results.search_full.ec.multipledestinations
|
568
|
+
class_name: Henry::Task::CucumberTask
|
569
|
+
options:
|
570
|
+
tags:
|
571
|
+
- results
|
572
|
+
- search_full
|
573
|
+
- ec
|
574
|
+
- multipledestinations
|
575
|
+
expand: true
|
576
|
+
no-source: true
|
577
|
+
reports:
|
578
|
+
- format: html
|
579
|
+
name: ${DATE}_${TASK_NAME}.html
|
580
|
+
recipients:
|
581
|
+
- estebanldh@gmail.com
|
582
|
+
- nsimean@despegar.com
|
583
|
+
- name: results.search_full.mx
|
584
|
+
class_name: Henry::Task::CucumberTask
|
585
|
+
options:
|
586
|
+
tags:
|
587
|
+
- results
|
588
|
+
- search_full
|
589
|
+
- mx
|
590
|
+
expand: true
|
591
|
+
no-source: true
|
592
|
+
reports:
|
593
|
+
- format: html
|
594
|
+
name: ${DATE}_${TASK_NAME}.html
|
595
|
+
recipients:
|
596
|
+
- estebanldh@gmail.com
|
597
|
+
- nsimean@despegar.com
|
598
|
+
- name: results.search_full.mx.roundtrip
|
599
|
+
class_name: Henry::Task::CucumberTask
|
600
|
+
options:
|
601
|
+
tags:
|
602
|
+
- results
|
603
|
+
- search_full
|
604
|
+
- mx
|
605
|
+
- roundtrip
|
606
|
+
expand: true
|
607
|
+
no-source: true
|
608
|
+
reports:
|
609
|
+
- format: html
|
610
|
+
name: ${DATE}_${TASK_NAME}.html
|
611
|
+
recipients:
|
612
|
+
- estebanldh@gmail.com
|
613
|
+
- nsimean@despegar.com
|
614
|
+
- name: results.search_full.mx.oneway
|
615
|
+
class_name: Henry::Task::CucumberTask
|
616
|
+
options:
|
617
|
+
tags:
|
618
|
+
- results
|
619
|
+
- search_full
|
620
|
+
- mx
|
621
|
+
- oneway
|
622
|
+
expand: true
|
623
|
+
no-source: true
|
624
|
+
reports:
|
625
|
+
- format: html
|
626
|
+
name: ${DATE}_${TASK_NAME}.html
|
627
|
+
recipients:
|
628
|
+
- estebanldh@gmail.com
|
629
|
+
- nsimean@despegar.com
|
630
|
+
- name: results.search_full.mx.multipledestinations
|
631
|
+
class_name: Henry::Task::CucumberTask
|
632
|
+
options:
|
633
|
+
tags:
|
634
|
+
- results
|
635
|
+
- search_full
|
636
|
+
- mx
|
637
|
+
- multipledestinations
|
638
|
+
expand: true
|
639
|
+
no-source: true
|
640
|
+
reports:
|
641
|
+
- format: html
|
642
|
+
name: ${DATE}_${TASK_NAME}.html
|
643
|
+
recipients:
|
644
|
+
- estebanldh@gmail.com
|
645
|
+
- nsimean@despegar.com
|
646
|
+
- name: results.search_full.pa
|
647
|
+
class_name: Henry::Task::CucumberTask
|
648
|
+
options:
|
649
|
+
tags:
|
650
|
+
- results
|
651
|
+
- search_full
|
652
|
+
- pa
|
653
|
+
expand: true
|
654
|
+
no-source: true
|
655
|
+
reports:
|
656
|
+
- format: html
|
657
|
+
name: ${DATE}_${TASK_NAME}.html
|
658
|
+
recipients:
|
659
|
+
- estebanldh@gmail.com
|
660
|
+
- nsimean@despegar.com
|
661
|
+
- name: results.search_full.pa.roundtrip
|
662
|
+
class_name: Henry::Task::CucumberTask
|
663
|
+
options:
|
664
|
+
tags:
|
665
|
+
- results
|
666
|
+
- search_full
|
667
|
+
- pa
|
668
|
+
- roundtrip
|
669
|
+
expand: true
|
670
|
+
no-source: true
|
671
|
+
reports:
|
672
|
+
- format: html
|
673
|
+
name: ${DATE}_${TASK_NAME}.html
|
674
|
+
recipients:
|
675
|
+
- estebanldh@gmail.com
|
676
|
+
- nsimean@despegar.com
|
677
|
+
- name: results.search_full.pa.oneway
|
678
|
+
class_name: Henry::Task::CucumberTask
|
679
|
+
options:
|
680
|
+
tags:
|
681
|
+
- results
|
682
|
+
- search_full
|
683
|
+
- pa
|
684
|
+
- oneway
|
685
|
+
expand: true
|
686
|
+
no-source: true
|
687
|
+
reports:
|
688
|
+
- format: html
|
689
|
+
name: ${DATE}_${TASK_NAME}.html
|
690
|
+
recipients:
|
691
|
+
- estebanldh@gmail.com
|
692
|
+
- nsimean@despegar.com
|
693
|
+
- name: results.search_full.pa.multipledestinations
|
694
|
+
class_name: Henry::Task::CucumberTask
|
695
|
+
options:
|
696
|
+
tags:
|
697
|
+
- results
|
698
|
+
- search_full
|
699
|
+
- pa
|
700
|
+
- multipledestinations
|
701
|
+
expand: true
|
702
|
+
no-source: true
|
703
|
+
reports:
|
704
|
+
- format: html
|
705
|
+
name: ${DATE}_${TASK_NAME}.html
|
706
|
+
recipients:
|
707
|
+
- estebanldh@gmail.com
|
708
|
+
- nsimean@despegar.com
|
709
|
+
- name: results.search_full.pe
|
710
|
+
class_name: Henry::Task::CucumberTask
|
711
|
+
options:
|
712
|
+
tags:
|
713
|
+
- results
|
714
|
+
- search_full
|
715
|
+
- pe
|
716
|
+
expand: true
|
717
|
+
no-source: true
|
718
|
+
reports:
|
719
|
+
- format: html
|
720
|
+
name: ${DATE}_${TASK_NAME}.html
|
721
|
+
recipients:
|
722
|
+
- estebanldh@gmail.com
|
723
|
+
- nsimean@despegar.com
|
724
|
+
- name: results.search_full.pe.roundtrip
|
725
|
+
class_name: Henry::Task::CucumberTask
|
726
|
+
options:
|
727
|
+
tags:
|
728
|
+
- results
|
729
|
+
- search_full
|
730
|
+
- pe
|
731
|
+
- roundtrip
|
732
|
+
expand: true
|
733
|
+
no-source: true
|
734
|
+
reports:
|
735
|
+
- format: html
|
736
|
+
name: ${DATE}_${TASK_NAME}.html
|
737
|
+
recipients:
|
738
|
+
- estebanldh@gmail.com
|
739
|
+
- nsimean@despegar.com
|
740
|
+
- name: results.search_full.pe.oneway
|
741
|
+
class_name: Henry::Task::CucumberTask
|
742
|
+
options:
|
743
|
+
tags:
|
744
|
+
- results
|
745
|
+
- search_full
|
746
|
+
- pe
|
747
|
+
- oneway
|
748
|
+
expand: true
|
749
|
+
no-source: true
|
750
|
+
reports:
|
751
|
+
- format: html
|
752
|
+
name: ${DATE}_${TASK_NAME}.html
|
753
|
+
recipients:
|
754
|
+
- estebanldh@gmail.com
|
755
|
+
- nsimean@despegar.com
|
756
|
+
- name: results.search_full.pe.multipledestinations
|
757
|
+
class_name: Henry::Task::CucumberTask
|
758
|
+
options:
|
759
|
+
tags:
|
760
|
+
- results
|
761
|
+
- search_full
|
762
|
+
- pe
|
763
|
+
- multipledestinations
|
764
|
+
expand: true
|
765
|
+
no-source: true
|
766
|
+
reports:
|
767
|
+
- format: html
|
768
|
+
name: ${DATE}_${TASK_NAME}.html
|
769
|
+
recipients:
|
770
|
+
- estebanldh@gmail.com
|
771
|
+
- nsimean@despegar.com
|
772
|
+
- name: results.search_full.us
|
773
|
+
class_name: Henry::Task::CucumberTask
|
774
|
+
options:
|
775
|
+
tags:
|
776
|
+
- results
|
777
|
+
- search_full
|
778
|
+
- us
|
779
|
+
expand: true
|
780
|
+
no-source: true
|
781
|
+
reports:
|
782
|
+
- format: html
|
783
|
+
name: ${DATE}_${TASK_NAME}.html
|
784
|
+
recipients:
|
785
|
+
- estebanldh@gmail.com
|
786
|
+
- nsimean@despegar.com
|
787
|
+
- name: results.search_full.us.roundtrip
|
788
|
+
class_name: Henry::Task::CucumberTask
|
789
|
+
options:
|
790
|
+
tags:
|
791
|
+
- results
|
792
|
+
- search_full
|
793
|
+
- us
|
794
|
+
- roundtrip
|
795
|
+
expand: true
|
796
|
+
no-source: true
|
797
|
+
reports:
|
798
|
+
- format: html
|
799
|
+
name: ${DATE}_${TASK_NAME}.html
|
800
|
+
recipients:
|
801
|
+
- estebanldh@gmail.com
|
802
|
+
- nsimean@despegar.com
|
803
|
+
- name: results.search_full.us.oneway
|
804
|
+
class_name: Henry::Task::CucumberTask
|
805
|
+
options:
|
806
|
+
tags:
|
807
|
+
- results
|
808
|
+
- search_full
|
809
|
+
- us
|
810
|
+
- oneway
|
811
|
+
expand: true
|
812
|
+
no-source: true
|
813
|
+
reports:
|
814
|
+
- format: html
|
815
|
+
name: ${DATE}_${TASK_NAME}.html
|
816
|
+
recipients:
|
817
|
+
- estebanldh@gmail.com
|
818
|
+
- nsimean@despegar.com
|
819
|
+
- name: results.search_full.us.multipledestinations
|
820
|
+
class_name: Henry::Task::CucumberTask
|
821
|
+
options:
|
822
|
+
tags:
|
823
|
+
- results
|
824
|
+
- search_full
|
825
|
+
- us
|
826
|
+
- multipledestinations
|
827
|
+
expand: true
|
828
|
+
no-source: true
|
829
|
+
reports:
|
830
|
+
- format: html
|
831
|
+
name: ${DATE}_${TASK_NAME}.html
|
832
|
+
recipients:
|
833
|
+
- estebanldh@gmail.com
|
834
|
+
- nsimean@despegar.com
|
835
|
+
- name: results.search_full.uy
|
836
|
+
class_name: Henry::Task::CucumberTask
|
837
|
+
options:
|
838
|
+
tags:
|
839
|
+
- results
|
840
|
+
- search_full
|
841
|
+
- uy
|
842
|
+
expand: true
|
843
|
+
no-source: true
|
844
|
+
reports:
|
845
|
+
- format: html
|
846
|
+
name: ${DATE}_${TASK_NAME}.html
|
847
|
+
recipients:
|
848
|
+
- estebanldh@gmail.com
|
849
|
+
- nsimean@despegar.com
|
850
|
+
- name: results.search_full.uy.roundtrip
|
851
|
+
class_name: Henry::Task::CucumberTask
|
852
|
+
options:
|
853
|
+
tags:
|
854
|
+
- results
|
855
|
+
- search_full
|
856
|
+
- uy
|
857
|
+
- roundtrip
|
858
|
+
expand: true
|
859
|
+
no-source: true
|
860
|
+
reports:
|
861
|
+
- format: html
|
862
|
+
name: ${DATE}_${TASK_NAME}.html
|
863
|
+
recipients:
|
864
|
+
- estebanldh@gmail.com
|
865
|
+
- nsimean@despegar.com
|
866
|
+
- name: results.search_full.uy.oneway
|
867
|
+
class_name: Henry::Task::CucumberTask
|
868
|
+
options:
|
869
|
+
tags:
|
870
|
+
- results
|
871
|
+
- search_full
|
872
|
+
- uy
|
873
|
+
- oneway
|
874
|
+
expand: true
|
875
|
+
no-source: true
|
876
|
+
reports:
|
877
|
+
- format: html
|
878
|
+
name: ${DATE}_${TASK_NAME}.html
|
879
|
+
recipients:
|
880
|
+
- estebanldh@gmail.com
|
881
|
+
- nsimean@despegar.com
|
882
|
+
- name: results.search_full.uy.multipledestinations
|
883
|
+
class_name: Henry::Task::CucumberTask
|
884
|
+
options:
|
885
|
+
tags:
|
886
|
+
- results
|
887
|
+
- search_full
|
888
|
+
- uy
|
889
|
+
- multipledestinations
|
890
|
+
expand: true
|
891
|
+
no-source: true
|
892
|
+
reports:
|
893
|
+
- format: html
|
894
|
+
name: ${DATE}_${TASK_NAME}.html
|
895
|
+
recipients:
|
896
|
+
- estebanldh@gmail.com
|
897
|
+
- nsimean@despegar.com
|
898
|
+
- name: results.search_full.ve
|
899
|
+
class_name: Henry::Task::CucumberTask
|
900
|
+
options:
|
901
|
+
tags:
|
902
|
+
- results
|
903
|
+
- search_full
|
904
|
+
- ve
|
905
|
+
expand: true
|
906
|
+
no-source: true
|
907
|
+
reports:
|
908
|
+
- format: html
|
909
|
+
name: ${DATE}_${TASK_NAME}.html
|
910
|
+
recipients:
|
911
|
+
- estebanldh@gmail.com
|
912
|
+
- nsimean@despegar.com
|
913
|
+
- name: results.search_full.ve.roundtrip
|
914
|
+
class_name: Henry::Task::CucumberTask
|
915
|
+
options:
|
916
|
+
tags:
|
917
|
+
- results
|
918
|
+
- search_full
|
919
|
+
- ve
|
920
|
+
- roundtrip
|
921
|
+
expand: true
|
922
|
+
no-source: true
|
923
|
+
reports:
|
924
|
+
- format: html
|
925
|
+
name: ${DATE}_${TASK_NAME}.html
|
926
|
+
recipients:
|
927
|
+
- estebanldh@gmail.com
|
928
|
+
- nsimean@despegar.com
|
929
|
+
- name: results.search_full.ve.oneway
|
930
|
+
class_name: Henry::Task::CucumberTask
|
931
|
+
options:
|
932
|
+
tags:
|
933
|
+
- results
|
934
|
+
- search_full
|
935
|
+
- ve
|
936
|
+
- oneway
|
937
|
+
expand: true
|
938
|
+
no-source: true
|
939
|
+
reports:
|
940
|
+
- format: html
|
941
|
+
name: ${DATE}_${TASK_NAME}.html
|
942
|
+
recipients:
|
943
|
+
- estebanldh@gmail.com
|
944
|
+
- nsimean@despegar.com
|
2
945
|
- name: results.multipleoneway
|
3
946
|
class_name: Henry::Task::CucumberTask
|
4
947
|
options:
|
@@ -12606,6 +13549,36 @@ tasks:
|
|
12606
13549
|
recipients:
|
12607
13550
|
- estebanldh@gmail.com
|
12608
13551
|
- nsimean@despegar.com
|
13552
|
+
- name: checkout.multipleoneway.br
|
13553
|
+
class_name: Henry::Task::CucumberTask
|
13554
|
+
options:
|
13555
|
+
tags:
|
13556
|
+
- checkout
|
13557
|
+
- multipleoneway
|
13558
|
+
- br
|
13559
|
+
expand: true
|
13560
|
+
no-source: true
|
13561
|
+
reports:
|
13562
|
+
- format: html
|
13563
|
+
name: ${DATE}_${TASK_NAME}.html
|
13564
|
+
recipients:
|
13565
|
+
- estebanldh@gmail.com
|
13566
|
+
- nsimean@despegar.com
|
13567
|
+
- name: checkout.multipleoneway.br
|
13568
|
+
class_name: Henry::Task::CucumberTask
|
13569
|
+
options:
|
13570
|
+
tags:
|
13571
|
+
- checkout
|
13572
|
+
- multipleoneway
|
13573
|
+
- br
|
13574
|
+
expand: true
|
13575
|
+
no-source: true
|
13576
|
+
reports:
|
13577
|
+
- format: html
|
13578
|
+
name: ${DATE}_${TASK_NAME}.html
|
13579
|
+
recipients:
|
13580
|
+
- estebanldh@gmail.com
|
13581
|
+
- nsimean@despegar.com
|
12609
13582
|
- name: checkout.braspag
|
12610
13583
|
class_name: Henry::Task::CucumberTask
|
12611
13584
|
options:
|