flights_gui_tests 1.5.3 → 1.5.4
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.
- checksums.yaml +4 -4
- data/features/support/version.rb +1 -1
- data/henry-context.yml +126 -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: b6f83c5555d071078af34d643ad21b3e36d7b43a
|
|
4
|
+
data.tar.gz: d22e05e30087f507d828a3766ec5ae5e0d0bffbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99d7e25ea1b17fa5f5950df073e255792d6061ef72eb9b819f21e553c0d36ee606985ba1e9aebcb2dfd5a1d6d10063c4605b99e921944e1070029a061ca6a36a
|
|
7
|
+
data.tar.gz: 59805a3a85884ca3068a57dea32d137cea9053b4671a6e4f31659f08d7360a36dc3b8eb073259e1815d13c3aa224820c5391276d1204ab9cdecc90e71f0c4e06
|
data/features/support/version.rb
CHANGED
data/henry-context.yml
CHANGED
|
@@ -13,6 +13,132 @@ tasks:
|
|
|
13
13
|
recipients:
|
|
14
14
|
- estebanldh@gmail.com
|
|
15
15
|
- nsimean@despegar.com
|
|
16
|
+
- name: results.search.in
|
|
17
|
+
class_name: Henry::Task::CucumberTask
|
|
18
|
+
options:
|
|
19
|
+
tags:
|
|
20
|
+
- results
|
|
21
|
+
- search
|
|
22
|
+
- in
|
|
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.in.roundtrip
|
|
32
|
+
class_name: Henry::Task::CucumberTask
|
|
33
|
+
options:
|
|
34
|
+
tags:
|
|
35
|
+
- results
|
|
36
|
+
- search
|
|
37
|
+
- in
|
|
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.in.oneway
|
|
48
|
+
class_name: Henry::Task::CucumberTask
|
|
49
|
+
options:
|
|
50
|
+
tags:
|
|
51
|
+
- results
|
|
52
|
+
- search
|
|
53
|
+
- in
|
|
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.in.multipledestinations
|
|
64
|
+
class_name: Henry::Task::CucumberTask
|
|
65
|
+
options:
|
|
66
|
+
tags:
|
|
67
|
+
- results
|
|
68
|
+
- search
|
|
69
|
+
- in
|
|
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.cn
|
|
80
|
+
class_name: Henry::Task::CucumberTask
|
|
81
|
+
options:
|
|
82
|
+
tags:
|
|
83
|
+
- results
|
|
84
|
+
- search
|
|
85
|
+
- cn
|
|
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.cn.roundtrip
|
|
95
|
+
class_name: Henry::Task::CucumberTask
|
|
96
|
+
options:
|
|
97
|
+
tags:
|
|
98
|
+
- results
|
|
99
|
+
- search
|
|
100
|
+
- cn
|
|
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.cn.oneway
|
|
111
|
+
class_name: Henry::Task::CucumberTask
|
|
112
|
+
options:
|
|
113
|
+
tags:
|
|
114
|
+
- results
|
|
115
|
+
- search
|
|
116
|
+
- cn
|
|
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.cn.multipledestinations
|
|
127
|
+
class_name: Henry::Task::CucumberTask
|
|
128
|
+
options:
|
|
129
|
+
tags:
|
|
130
|
+
- results
|
|
131
|
+
- search
|
|
132
|
+
- cn
|
|
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
|
|
16
142
|
- name: results.search.ar
|
|
17
143
|
class_name: Henry::Task::CucumberTask
|
|
18
144
|
options:
|