ds-gui-automation 0.2.31 → 0.2.32
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/cart_thanks.feature +4 -4
- data/features/results.feature +3 -6
- data/features/step_definitions/fenix_steps.rb +4 -2
- data/features/thanks.feature +3 -6
- data/henry-context.yml +0 -110
- data/lib/ds/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 045557bc1deacbfe47e492a49c8c3a18164242cd
|
4
|
+
data.tar.gz: 1d5ab619eb7c4784ca402dc52b0a58ffb33a001e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6f743b6661dcd554851c7bf16aed06f78c12bc94ba1a6dd58a8a9838e452e8e335819003d06e36bda7673ee3741df1fc475e7310ffc6e0c12ba1ad2c02b6942
|
7
|
+
data.tar.gz: fbc8bf869224f1544f9e243649ee5ee953fe41c8099402413dbb09a31a781b8a51d5d6bef27d6ef02bc87d5f20bffd1b8154f1e59837bb01a166f476d9c75498
|
@@ -25,22 +25,22 @@ Feature: Destination Services Thanks
|
|
25
25
|
@br
|
26
26
|
Examples:
|
27
27
|
|country|tour_tracking_id|ticket_tracking_id|
|
28
|
-
|BR|HB_ORL_CIRQUEOFFE,HB_ORL_LEGOFLORID,HB_ORL_MCOMDVLTMS,HB_LAX_UNIVERSTUD,HB_TPA_BUSCHROW,
|
28
|
+
|BR|HB_ORL_CIRQUEOFFE,HB_ORL_LEGOFLORID,HB_ORL_MCOMDVLTMS,HB_LAX_UNIVERSTUD,HB_TPA_BUSCHROW,PAM_BUE_368,PAM_NYC_259,PAM_GR3_163,GL_SCL_4978|DY_ORL,UN_ORL|
|
29
29
|
|
30
30
|
@ar
|
31
31
|
Examples:
|
32
32
|
|country|tour_tracking_id|ticket_tracking_id|
|
33
|
-
|AR|PAM_SLA_76,
|
33
|
+
|AR|PAM_SLA_76,PAM_SLA_73|DY_ORL,UN_ORL|
|
34
34
|
|
35
35
|
@mx
|
36
36
|
Examples:
|
37
37
|
|country|tour_tracking_id|ticket_tracking_id|
|
38
|
-
|MX|HB_LAX_UNIVERSTUD,
|
38
|
+
|MX|HB_LAX_UNIVERSTUD,PAM_CUN_915,GL_LAS_659|DY_ORL,UN_ORL|
|
39
39
|
|
40
40
|
@co
|
41
41
|
Examples:
|
42
42
|
|country|tour_tracking_id|ticket_tracking_id|
|
43
|
-
|CO|HB_ORL_CIRQUEOFFE,
|
43
|
+
|CO|HB_ORL_CIRQUEOFFE,GL_ADZ_1691|DY_ORL,UN_ORL|
|
44
44
|
|
45
45
|
@cl
|
46
46
|
Examples:
|
data/features/results.feature
CHANGED
@@ -26,7 +26,7 @@ Feature: Destination Services Results
|
|
26
26
|
@pam
|
27
27
|
Examples:
|
28
28
|
|country|tracking_id|type|
|
29
|
-
|BR|
|
29
|
+
|BR|PAM_CUN_906|tours|
|
30
30
|
|BR|PAM_BUE_368|tours|
|
31
31
|
|BR|PAM_NYC_259|tours|
|
32
32
|
|BR|PAM_GR3_163|tours|
|
@@ -52,15 +52,12 @@ Feature: Destination Services Results
|
|
52
52
|
Examples:
|
53
53
|
|country|tracking_id|type|
|
54
54
|
|AR|PAM_SLA_76|tours|
|
55
|
-
|AR|PAM_MDZ_194|tours|
|
56
55
|
|AR|PAM_SLA_73|tours|
|
57
56
|
|
58
57
|
@ar
|
59
58
|
@hb
|
60
59
|
Examples:
|
61
60
|
|country|tracking_id|type|
|
62
|
-
|AR|HB_ORL_SEAWRLDROW|tours|
|
63
|
-
|AR|HB_ORL_LEGOFLORID|tours|
|
64
61
|
|AR|HB_ORL_BUSCHROW|tours|
|
65
62
|
#|AR|HB_NYC_NYCITYPASS|tours|
|
66
63
|
|
@@ -75,7 +72,7 @@ Feature: Destination Services Results
|
|
75
72
|
@pam
|
76
73
|
Examples:
|
77
74
|
|country|tracking_id|type|
|
78
|
-
|MX|
|
75
|
+
|MX|PAM_CUN_906|tours|
|
79
76
|
|
80
77
|
@mx
|
81
78
|
@gl
|
@@ -99,7 +96,7 @@ Feature: Destination Services Results
|
|
99
96
|
@pam
|
100
97
|
Examples:
|
101
98
|
|country|tracking_id|type|
|
102
|
-
|CO|
|
99
|
+
|CO|PAM_CUN_906|tours|
|
103
100
|
|
104
101
|
@co
|
105
102
|
@gl
|
@@ -6,9 +6,11 @@ Given(/^I call the bam service for "(.*)"$/) do | country |
|
|
6
6
|
|
7
7
|
today = (Time.now).strftime('%Y-%m-%dT%H:%M:%S')
|
8
8
|
|
9
|
-
@@month_call = HTTParty.get("
|
9
|
+
@@month_call = HTTParty.get("https://proxy.despexds.net/delfos/monitor?from_date=#{month_ago}Z&to_date=#{today}Z").reject { | item | !item['country'].eql?(country) }.first
|
10
10
|
|
11
|
-
@@day_call = HTTParty.get("
|
11
|
+
@@day_call = HTTParty.get("https://proxy.despexds.net/delfos/monitor?from_date=#{day_ago}Z&to_date=#{today}Z").reject { | item | !item['country'].eql?(country) }.first
|
12
|
+
|
13
|
+
binding.pry
|
12
14
|
|
13
15
|
end
|
14
16
|
|
data/features/thanks.feature
CHANGED
@@ -32,7 +32,7 @@ Feature: Destination Services Thanks
|
|
32
32
|
@pam
|
33
33
|
Examples:
|
34
34
|
|country|tracking_id|type|
|
35
|
-
|BR|
|
35
|
+
|BR|PAM_CUN_906|tours|
|
36
36
|
|BR|PAM_BUE_368|tours|
|
37
37
|
|BR|PAM_NYC_259|tours|
|
38
38
|
|BR|PAM_GR3_163|tours|
|
@@ -58,15 +58,12 @@ Feature: Destination Services Thanks
|
|
58
58
|
Examples:
|
59
59
|
|country|tracking_id|type|
|
60
60
|
|AR|PAM_SLA_76|tours|
|
61
|
-
|AR|PAM_MDZ_194|tours|
|
62
61
|
|AR|PAM_SLA_73|tours|
|
63
62
|
|
64
63
|
@ar
|
65
64
|
@hb
|
66
65
|
Examples:
|
67
66
|
|country|tracking_id|type|
|
68
|
-
|AR|HB_ORL_SEAWRLDROW|tours|
|
69
|
-
|AR|HB_ORL_LEGOFLORID|tours|
|
70
67
|
|AR|HB_ORL_BUSCHROW|tours|
|
71
68
|
#|AR|HB_NYC_NYCITYPASS|tours|
|
72
69
|
|
@@ -80,7 +77,7 @@ Feature: Destination Services Thanks
|
|
80
77
|
@pam
|
81
78
|
Examples:
|
82
79
|
|country|tracking_id|type|
|
83
|
-
|MX|
|
80
|
+
|MX|PAM_CUN_906|tours|
|
84
81
|
|
85
82
|
@mx
|
86
83
|
@gl
|
@@ -104,7 +101,7 @@ Feature: Destination Services Thanks
|
|
104
101
|
@pam
|
105
102
|
Examples:
|
106
103
|
|country|tracking_id|type|
|
107
|
-
|CO|
|
104
|
+
|CO|PAM_CUN_906|tours|
|
108
105
|
|
109
106
|
@co
|
110
107
|
@gl
|
data/henry-context.yml
CHANGED
@@ -96,17 +96,6 @@ tasks:
|
|
96
96
|
- format: html
|
97
97
|
name: ${DATE}_${TASK_NAME}.html
|
98
98
|
|
99
|
-
- name: tour_thanks_br_via
|
100
|
-
class_name: Henry::Task::CucumberTask
|
101
|
-
options:
|
102
|
-
tags:
|
103
|
-
- tour_thanks
|
104
|
-
- br
|
105
|
-
- via
|
106
|
-
reports:
|
107
|
-
- format: html
|
108
|
-
name: ${DATE}_${TASK_NAME}.html
|
109
|
-
|
110
99
|
- name: transfer_thanks_br
|
111
100
|
class_name: Henry::Task::CucumberTask
|
112
101
|
options:
|
@@ -212,17 +201,6 @@ tasks:
|
|
212
201
|
- format: html
|
213
202
|
name: ${DATE}_${TASK_NAME}.html
|
214
203
|
|
215
|
-
- name: tour_thanks_ar_via
|
216
|
-
class_name: Henry::Task::CucumberTask
|
217
|
-
options:
|
218
|
-
tags:
|
219
|
-
- tour_thanks
|
220
|
-
- ar
|
221
|
-
- via
|
222
|
-
reports:
|
223
|
-
- format: html
|
224
|
-
name: ${DATE}_${TASK_NAME}.html
|
225
|
-
|
226
204
|
- name: transfer_thanks_ar
|
227
205
|
class_name: Henry::Task::CucumberTask
|
228
206
|
options:
|
@@ -318,17 +296,6 @@ tasks:
|
|
318
296
|
- format: html
|
319
297
|
name: ${DATE}_${TASK_NAME}.html
|
320
298
|
|
321
|
-
- name: tour_thanks_co_via
|
322
|
-
class_name: Henry::Task::CucumberTask
|
323
|
-
options:
|
324
|
-
tags:
|
325
|
-
- tour_thanks
|
326
|
-
- co
|
327
|
-
- via
|
328
|
-
reports:
|
329
|
-
- format: html
|
330
|
-
name: ${DATE}_${TASK_NAME}.html
|
331
|
-
|
332
299
|
- name: transfer_thanks_co
|
333
300
|
class_name: Henry::Task::CucumberTask
|
334
301
|
options:
|
@@ -424,17 +391,6 @@ tasks:
|
|
424
391
|
- format: html
|
425
392
|
name: ${DATE}_${TASK_NAME}.html
|
426
393
|
|
427
|
-
- name: tour_thanks_mx_via
|
428
|
-
class_name: Henry::Task::CucumberTask
|
429
|
-
options:
|
430
|
-
tags:
|
431
|
-
- tour_thanks
|
432
|
-
- mx
|
433
|
-
- via
|
434
|
-
reports:
|
435
|
-
- format: html
|
436
|
-
name: ${DATE}_${TASK_NAME}.html
|
437
|
-
|
438
394
|
- name: transfer_thanks_mx
|
439
395
|
class_name: Henry::Task::CucumberTask
|
440
396
|
options:
|
@@ -530,17 +486,6 @@ tasks:
|
|
530
486
|
- format: html
|
531
487
|
name: ${DATE}_${TASK_NAME}.html
|
532
488
|
|
533
|
-
- name: tour_thanks_cl_via
|
534
|
-
class_name: Henry::Task::CucumberTask
|
535
|
-
options:
|
536
|
-
tags:
|
537
|
-
- tour_thanks
|
538
|
-
- cl
|
539
|
-
- via
|
540
|
-
reports:
|
541
|
-
- format: html
|
542
|
-
name: ${DATE}_${TASK_NAME}.html
|
543
|
-
|
544
489
|
- name: transfer_thanks_cl
|
545
490
|
class_name: Henry::Task::CucumberTask
|
546
491
|
options:
|
@@ -654,17 +599,6 @@ tasks:
|
|
654
599
|
- format: html
|
655
600
|
name: ${DATE}_${TASK_NAME}.html
|
656
601
|
|
657
|
-
- name: tour_results_cl_via
|
658
|
-
class_name: Henry::Task::CucumberTask
|
659
|
-
options:
|
660
|
-
tags:
|
661
|
-
- tour_results
|
662
|
-
- cl
|
663
|
-
- via
|
664
|
-
reports:
|
665
|
-
- format: html
|
666
|
-
name: ${DATE}_${TASK_NAME}.html
|
667
|
-
|
668
602
|
- name: transfer_results_cl
|
669
603
|
class_name: Henry::Task::CucumberTask
|
670
604
|
options:
|
@@ -760,17 +694,6 @@ tasks:
|
|
760
694
|
- format: html
|
761
695
|
name: ${DATE}_${TASK_NAME}.html
|
762
696
|
|
763
|
-
- name: tour_results_br_via
|
764
|
-
class_name: Henry::Task::CucumberTask
|
765
|
-
options:
|
766
|
-
tags:
|
767
|
-
- tour_results
|
768
|
-
- br
|
769
|
-
- via
|
770
|
-
reports:
|
771
|
-
- format: html
|
772
|
-
name: ${DATE}_${TASK_NAME}.html
|
773
|
-
|
774
697
|
- name: transfer_results_br
|
775
698
|
class_name: Henry::Task::CucumberTask
|
776
699
|
options:
|
@@ -867,17 +790,6 @@ tasks:
|
|
867
790
|
- format: html
|
868
791
|
name: ${DATE}_${TASK_NAME}.html
|
869
792
|
|
870
|
-
- name: tour_results_ar_via
|
871
|
-
class_name: Henry::Task::CucumberTask
|
872
|
-
options:
|
873
|
-
tags:
|
874
|
-
- tour_results
|
875
|
-
- ar
|
876
|
-
- via
|
877
|
-
reports:
|
878
|
-
- format: html
|
879
|
-
name: ${DATE}_${TASK_NAME}.html
|
880
|
-
|
881
793
|
- name: transfer_results_ar
|
882
794
|
class_name: Henry::Task::CucumberTask
|
883
795
|
options:
|
@@ -973,17 +885,6 @@ tasks:
|
|
973
885
|
- format: html
|
974
886
|
name: ${DATE}_${TASK_NAME}.html
|
975
887
|
|
976
|
-
- name: tour_results_co_via
|
977
|
-
class_name: Henry::Task::CucumberTask
|
978
|
-
options:
|
979
|
-
tags:
|
980
|
-
- tour_results
|
981
|
-
- co
|
982
|
-
- via
|
983
|
-
reports:
|
984
|
-
- format: html
|
985
|
-
name: ${DATE}_${TASK_NAME}.html
|
986
|
-
|
987
888
|
- name: transfer_results_co
|
988
889
|
class_name: Henry::Task::CucumberTask
|
989
890
|
options:
|
@@ -1079,17 +980,6 @@ tasks:
|
|
1079
980
|
- format: html
|
1080
981
|
name: ${DATE}_${TASK_NAME}.html
|
1081
982
|
|
1082
|
-
- name: tour_results_mx_via
|
1083
|
-
class_name: Henry::Task::CucumberTask
|
1084
|
-
options:
|
1085
|
-
tags:
|
1086
|
-
- tour_results
|
1087
|
-
- mx
|
1088
|
-
- via
|
1089
|
-
reports:
|
1090
|
-
- format: html
|
1091
|
-
name: ${DATE}_${TASK_NAME}.html
|
1092
|
-
|
1093
983
|
- name: transfer_results_mx
|
1094
984
|
class_name: Henry::Task::CucumberTask
|
1095
985
|
options:
|
data/lib/ds/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ds-gui-automation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Santiago Ochoa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|