flights_gui_tests 0.4.3 → 0.4.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.
- checksums.yaml +4 -4
- data/features/step_definitions/checkout/checkout_steps.rb +1 -0
- data/features/step_definitions/checkout/load_steps.rb +18 -5
- data/features/step_definitions/page_steps.rb +1 -32
- data/features/step_definitions/results/filters_steps.rb +34 -55
- data/features/step_definitions/results/load_steps.rb +3 -1
- data/features/step_definitions/results/new_filters_steps.rb +85 -137
- data/features/step_definitions/results/results_steps.rb +14 -4
- data/features/step_definitions/thanks/load_steps.rb +2 -1
- data/features/support/classes/clusters/results/details_cluster.rb +1 -1
- data/features/support/classes/clusters/results/new_details_cluster.rb +1 -1
- data/features/support/modules/checkout/checkout.rb +1 -0
- data/features/support/modules/checkout/clusters/cluster.rb +86 -0
- data/features/support/modules/results/filters.rb +15 -0
- data/features/support/modules/results/itineraries.rb +7 -2
- data/features/support/modules/results/itineraries/bussines.rb +1 -1
- data/features/support/modules/results/itineraries/cluster.rb +104 -0
- data/features/support/modules/results/itineraries/details.rb +1 -1
- data/features/support/modules/results/itineraries/payments.rb +1 -1
- data/features/support/modules/results/new_filters.rb +27 -55
- data/features/support/pages/all_pages.rb +1 -1
- data/features/support/pages/checkout/checkout_page.rb +1 -0
- data/features/support/pages/checkout/new_checkout_page.rb +1 -1
- data/features/support/pages/results/search_page.rb +16 -4
- data/features/tests/checkout/agency.feature +1 -23
- data/features/tests/checkout/book_ok.feature +1 -0
- data/features/tests/checkout/cac.feature +2 -0
- data/features/tests/checkout/cash_payment.feature +2 -1
- data/features/tests/checkout/compras_duplicadas.feature +1 -0
- data/features/tests/checkout/cupones.feature +2 -1
- data/features/tests/checkout/error_messages.feature +1 -0
- data/features/tests/checkout/online_payment.feature +2 -1
- data/features/tests/checkout/price_jump.feature +2 -2
- data/features/tests/checkout/seguros.feature +2 -0
- data/features/tests/results/basefare.feature +6 -5
- data/features/tests/results/busquedas_promo.feature +0 -0
- data/features/tests/results/filters.feature +7 -6
- data/features/tests/results/itineraries.feature +6 -5
- data/features/tests/results/matrix/matrix_price.feature +6 -0
- data/features/tests/results/new_filters.feature +18 -14
- data/features/tests/results/search.feature +10 -1
- data/features/tests/results/wish_list.feature +6 -0
- data/flights_gui_tests.gemspec +1 -1
- data/henry-context.yml +6 -97
- metadata +4 -4
- data/features/data/promos.csv +0 -30
- data/features/tests/results/new_itineraries.feature +0 -103
data/henry-context.yml
CHANGED
@@ -1351,35 +1351,6 @@ tasks:
|
|
1351
1351
|
recipients:
|
1352
1352
|
- estebanldh@gmail.com
|
1353
1353
|
- nsimean@despegar.com
|
1354
|
-
- name: checkout.busquedas_promo
|
1355
|
-
class_name: Henry::Task::CucumberTask
|
1356
|
-
options:
|
1357
|
-
tags:
|
1358
|
-
- checkout
|
1359
|
-
- busquedas_promo
|
1360
|
-
expand: true
|
1361
|
-
no-source: true
|
1362
|
-
reports:
|
1363
|
-
- format: html
|
1364
|
-
name: ${DATE}_${TASK_NAME}.html
|
1365
|
-
recipients:
|
1366
|
-
- estebanldh@gmail.com
|
1367
|
-
- nsimean@despegar.com
|
1368
|
-
- name: checkout.busquedas_promo.ar
|
1369
|
-
class_name: Henry::Task::CucumberTask
|
1370
|
-
options:
|
1371
|
-
tags:
|
1372
|
-
- checkout
|
1373
|
-
- busquedas_promo
|
1374
|
-
- ar
|
1375
|
-
expand: true
|
1376
|
-
no-source: true
|
1377
|
-
reports:
|
1378
|
-
- format: html
|
1379
|
-
name: ${DATE}_${TASK_NAME}.html
|
1380
|
-
recipients:
|
1381
|
-
- estebanldh@gmail.com
|
1382
|
-
- nsimean@despegar.com
|
1383
1354
|
- name: results.errors
|
1384
1355
|
class_name: Henry::Task::CucumberTask
|
1385
1356
|
options:
|
@@ -2940,68 +2911,6 @@ tasks:
|
|
2940
2911
|
recipients:
|
2941
2912
|
- estebanldh@gmail.com
|
2942
2913
|
- nsimean@despegar.com
|
2943
|
-
- name: results.matrix_price.br
|
2944
|
-
class_name: Henry::Task::CucumberTask
|
2945
|
-
options:
|
2946
|
-
tags:
|
2947
|
-
- results
|
2948
|
-
- matrix_price
|
2949
|
-
- br
|
2950
|
-
expand: true
|
2951
|
-
no-source: true
|
2952
|
-
reports:
|
2953
|
-
- format: html
|
2954
|
-
name: ${DATE}_${TASK_NAME}.html
|
2955
|
-
recipients:
|
2956
|
-
- estebanldh@gmail.com
|
2957
|
-
- nsimean@despegar.com
|
2958
|
-
- name: results.matrix_price.br.roundtrip
|
2959
|
-
class_name: Henry::Task::CucumberTask
|
2960
|
-
options:
|
2961
|
-
tags:
|
2962
|
-
- results
|
2963
|
-
- matrix_price
|
2964
|
-
- br
|
2965
|
-
- roundtrip
|
2966
|
-
expand: true
|
2967
|
-
no-source: true
|
2968
|
-
reports:
|
2969
|
-
- format: html
|
2970
|
-
name: ${DATE}_${TASK_NAME}.html
|
2971
|
-
recipients:
|
2972
|
-
- estebanldh@gmail.com
|
2973
|
-
- nsimean@despegar.com
|
2974
|
-
- name: results.matrix_price.mx
|
2975
|
-
class_name: Henry::Task::CucumberTask
|
2976
|
-
options:
|
2977
|
-
tags:
|
2978
|
-
- results
|
2979
|
-
- matrix_price
|
2980
|
-
- mx
|
2981
|
-
expand: true
|
2982
|
-
no-source: true
|
2983
|
-
reports:
|
2984
|
-
- format: html
|
2985
|
-
name: ${DATE}_${TASK_NAME}.html
|
2986
|
-
recipients:
|
2987
|
-
- estebanldh@gmail.com
|
2988
|
-
- nsimean@despegar.com
|
2989
|
-
- name: results.matrix_price.mx.roundtrip
|
2990
|
-
class_name: Henry::Task::CucumberTask
|
2991
|
-
options:
|
2992
|
-
tags:
|
2993
|
-
- results
|
2994
|
-
- matrix_price
|
2995
|
-
- mx
|
2996
|
-
- roundtrip
|
2997
|
-
expand: true
|
2998
|
-
no-source: true
|
2999
|
-
reports:
|
3000
|
-
- format: html
|
3001
|
-
name: ${DATE}_${TASK_NAME}.html
|
3002
|
-
recipients:
|
3003
|
-
- estebanldh@gmail.com
|
3004
|
-
- nsimean@despegar.com
|
3005
2914
|
- name: results.matrix_airlines
|
3006
2915
|
class_name: Henry::Task::CucumberTask
|
3007
2916
|
options:
|
@@ -12704,11 +12613,11 @@ tasks:
|
|
12704
12613
|
recipients:
|
12705
12614
|
- estebanldh@gmail.com
|
12706
12615
|
- nsimean@despegar.com
|
12707
|
-
- name:
|
12616
|
+
- name: landing
|
12708
12617
|
class_name: Henry::Task::CucumberTask
|
12709
12618
|
options:
|
12710
12619
|
tags:
|
12711
|
-
-
|
12620
|
+
- landing
|
12712
12621
|
expand: true
|
12713
12622
|
no-source: true
|
12714
12623
|
reports:
|
@@ -12717,11 +12626,11 @@ tasks:
|
|
12717
12626
|
recipients:
|
12718
12627
|
- estebanldh@gmail.com
|
12719
12628
|
- nsimean@despegar.com
|
12720
|
-
- name:
|
12629
|
+
- name: flights_tracker
|
12721
12630
|
class_name: Henry::Task::CucumberTask
|
12722
12631
|
options:
|
12723
12632
|
tags:
|
12724
|
-
-
|
12633
|
+
- flights_tracker
|
12725
12634
|
expand: true
|
12726
12635
|
no-source: true
|
12727
12636
|
reports:
|
@@ -12730,11 +12639,11 @@ tasks:
|
|
12730
12639
|
recipients:
|
12731
12640
|
- estebanldh@gmail.com
|
12732
12641
|
- nsimean@despegar.com
|
12733
|
-
- name:
|
12642
|
+
- name: checkout
|
12734
12643
|
class_name: Henry::Task::CucumberTask
|
12735
12644
|
options:
|
12736
12645
|
tags:
|
12737
|
-
-
|
12646
|
+
- checkout
|
12738
12647
|
expand: true
|
12739
12648
|
no-source: true
|
12740
12649
|
reports:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flights_gui_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|
@@ -202,7 +202,6 @@ files:
|
|
202
202
|
- Gemfile
|
203
203
|
- features/data/host.yml
|
204
204
|
- features/data/miles.yml
|
205
|
-
- features/data/promos.csv
|
206
205
|
- features/data/sites.yml
|
207
206
|
- features/data/tag_microsoft.yml
|
208
207
|
- features/step_definitions/checkout/cash_payment_steps.rb
|
@@ -264,6 +263,7 @@ files:
|
|
264
263
|
- features/support/modules/accessor.rb
|
265
264
|
- features/support/modules/browser.rb
|
266
265
|
- features/support/modules/checkout/checkout.rb
|
266
|
+
- features/support/modules/checkout/clusters/cluster.rb
|
267
267
|
- features/support/modules/checkout/new_checkout/datos_de_facturacion.rb
|
268
268
|
- features/support/modules/checkout/new_checkout/errores.rb
|
269
269
|
- features/support/modules/checkout/new_checkout/fast_checkout.rb
|
@@ -288,6 +288,7 @@ files:
|
|
288
288
|
- features/support/modules/results/filters.rb
|
289
289
|
- features/support/modules/results/itineraries.rb
|
290
290
|
- features/support/modules/results/itineraries/bussines.rb
|
291
|
+
- features/support/modules/results/itineraries/cluster.rb
|
291
292
|
- features/support/modules/results/itineraries/data.rb
|
292
293
|
- features/support/modules/results/itineraries/details.rb
|
293
294
|
- features/support/modules/results/itineraries/miles.rb
|
@@ -350,7 +351,6 @@ files:
|
|
350
351
|
- features/tests/results/matrix/matrix_fare_chart.feature
|
351
352
|
- features/tests/results/matrix/matrix_price.feature
|
352
353
|
- features/tests/results/new_filters.feature
|
353
|
-
- features/tests/results/new_itineraries.feature
|
354
354
|
- features/tests/results/orders.feature
|
355
355
|
- features/tests/results/pagination.feature
|
356
356
|
- features/tests/results/recommendation.feature
|
data/features/data/promos.csv
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
sao;ssa;2015-01-01;60
|
2
|
-
sao;lon;2015-01-01;60
|
3
|
-
sao;lis;2015-01-01;60
|
4
|
-
sao;mad;2015-01-01;60
|
5
|
-
sao;bcn;2015-01-01;60
|
6
|
-
sao;mil;2015-01-01;60
|
7
|
-
sao;ams;2015-01-01;60
|
8
|
-
sao;orl;2015-01-01;60
|
9
|
-
sao;bue;2015-01-01;60
|
10
|
-
sao;bkk;2015-01-01;60
|
11
|
-
sao;mia;2015-01-01;60
|
12
|
-
bhz;mia;2015-01-01;60
|
13
|
-
bsb;lon;2015-01-01;60
|
14
|
-
bsb;lis;2015-01-01;60
|
15
|
-
bsb;mad;2015-01-01;60
|
16
|
-
bsb;bcn;2015-01-01;60
|
17
|
-
bsb;mil;2015-01-01;60
|
18
|
-
bsb;ams;2015-01-01;60
|
19
|
-
rec;ssa;2015-01-01;60
|
20
|
-
for;rec;2015-01-01;60
|
21
|
-
ssa;rio;2015-01-01;60
|
22
|
-
rio;bsb;2015-01-01;60
|
23
|
-
rio;rec;2015-01-01;60
|
24
|
-
rio;ams;2015-01-01;60
|
25
|
-
rio;mil;2015-01-01;60
|
26
|
-
rio;lon;2015-01-01;60
|
27
|
-
rio;mad;2015-01-01;60
|
28
|
-
rio;bcn;2015-01-01;60
|
29
|
-
rio;lis;2015-01-01;60
|
30
|
-
rio;mia;2015-01-01;60
|
@@ -1,103 +0,0 @@
|
|
1
|
-
#language: es
|
2
|
-
@results
|
3
|
-
Característica: results.new_itineraries
|
4
|
-
Se verifica que los cluster contengan datos y funcionalidad correcta.
|
5
|
-
|
6
|
-
@new_itineraries
|
7
|
-
Esquema del escenario: Se recorren los nuevos clusters, por cada uno se validan datos consistentes con la busqueda y funcionamiento de popups
|
8
|
-
Dado como un usuario de '<pais>'
|
9
|
-
* ingreso una busqueda '<tipo>' del tipo '<cabotage>'
|
10
|
-
Cuando realizo la busqueda
|
11
|
-
Entonces verifico que la pagina no rompa
|
12
|
-
Cuando espero que termine de cargar la pagina de resultados
|
13
|
-
Entonces verifico que traiga resultados
|
14
|
-
Cuando fuerzo el abztesting de "clusterStyle" al "15"
|
15
|
-
Cuando si el site es "MX", fuerzo el abztesting de "filters" al "15"
|
16
|
-
Y ingreso una busqueda '<tipo>' del tipo '<cabotage>'
|
17
|
-
Y realizo la busqueda
|
18
|
-
Cuando verifico que la pagina no rompa
|
19
|
-
Cuando espero que termine de cargar la pagina de resultados
|
20
|
-
Entonces verifico que traiga resultados
|
21
|
-
Cuando si el site es "MX|AR", verifico el ordenamiento premium economy
|
22
|
-
Cuando ordeno por "TOTALFARE_ASCENDING"
|
23
|
-
Cuando espero que termine de cargar la pagina de resultados
|
24
|
-
Cuando defino nuevos itinerarios
|
25
|
-
Entonces recorro y verifico cada itinerario
|
26
|
-
|
27
|
-
@ar
|
28
|
-
Ejemplos:
|
29
|
-
|pais|tipo|cabotage|
|
30
|
-
|AR |roundtrip|true|
|
31
|
-
|AR |multipledestinations|true|
|
32
|
-
|AR |oneway|nil|
|
33
|
-
@br
|
34
|
-
Ejemplos:
|
35
|
-
|pais|tipo|cabotage|
|
36
|
-
|BR |oneway|true|
|
37
|
-
|BR |roundtrip|true|
|
38
|
-
@co
|
39
|
-
Ejemplos:
|
40
|
-
|pais|tipo|cabotage|
|
41
|
-
|CO |roundtrip|true|
|
42
|
-
|CO |oneway|nil|
|
43
|
-
|CO |multipledestinations|nil|
|
44
|
-
@mx
|
45
|
-
Ejemplos:
|
46
|
-
|pais|tipo|cabotage|
|
47
|
-
|MX |roundtrip|true|
|
48
|
-
|MX |oneway|nil|
|
49
|
-
|MX |multipledestinations|nil|
|
50
|
-
@ve
|
51
|
-
Ejemplos:
|
52
|
-
|pais|tipo|cabotage|
|
53
|
-
|VE |roundtrip|true|
|
54
|
-
|VE |oneway|true|
|
55
|
-
|VE |multipledestinations|true|
|
56
|
-
@cl
|
57
|
-
Ejemplos:
|
58
|
-
|pais|tipo|cabotage|
|
59
|
-
|CL |roundtrip|nil|
|
60
|
-
|CL |oneway|nil|
|
61
|
-
|CL |multipledestinations|nil|
|
62
|
-
@cr
|
63
|
-
Ejemplos:
|
64
|
-
|pais|tipo|cabotage|
|
65
|
-
|CR |roundtrip|true|
|
66
|
-
|CR |oneway|true|
|
67
|
-
|CR |multipledestinations|nil|
|
68
|
-
@ec
|
69
|
-
Ejemplos:
|
70
|
-
|pais|tipo|cabotage|
|
71
|
-
|EC |multipledestinations|true|
|
72
|
-
|EC |roundtrip|nil|
|
73
|
-
|EC |oneway|nil|
|
74
|
-
@pa
|
75
|
-
Ejemplos:
|
76
|
-
|pais|tipo|cabotage|
|
77
|
-
|PA |oneway|true|
|
78
|
-
|PA |multipledestinations|true|
|
79
|
-
|PA |roundtrip|nil|
|
80
|
-
@pe
|
81
|
-
Ejemplos:
|
82
|
-
|pais|tipo|cabotage|
|
83
|
-
|PE |roundtrip|true|
|
84
|
-
|PE |oneway|true|
|
85
|
-
|PE |multipledestinations|nil|
|
86
|
-
@us
|
87
|
-
Ejemplos:
|
88
|
-
|pais|tipo|cabotage|
|
89
|
-
|US |roundtrip|true|
|
90
|
-
|US |oneway|true|
|
91
|
-
|US |multipledestinations|nil|
|
92
|
-
@uy
|
93
|
-
Ejemplos:
|
94
|
-
|pais|tipo|cabotage|
|
95
|
-
|UY |multipledestinations|true|
|
96
|
-
|UY |roundtrip|nil|
|
97
|
-
|UY |oneway|nil|
|
98
|
-
@pr
|
99
|
-
Ejemplos:
|
100
|
-
|pais|tipo|cabotage|
|
101
|
-
|PR |multipledestinations|true|
|
102
|
-
|PR |roundtrip|nil|
|
103
|
-
|PR |oneway|nil|
|