flights_gui_tests 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d84d528d7e7504fea7e690fa52908bcd70bb79c
4
- data.tar.gz: e2df5d1f56f224ab4f178ca390aed8b6073dd008
3
+ metadata.gz: 387d6b88621637dd7423184b82d7cfd925a2e805
4
+ data.tar.gz: 985daa2a3f03c8f5aa2807da398fe3678c0d5fde
5
5
  SHA512:
6
- metadata.gz: 1a6cea1efcf381fa4581c768529c5abb3b6826de5ff9531ff89e8deb9b5b153c4f8a4ded46c9b1e17f8557fccbb966b93be4bfe9e3a305683f64c8d25f3e365e
7
- data.tar.gz: ddd867fd8a3f50d4c00012116b64cc0005d10abe29711288b6bb35ce1219758aa9037c6925e4062c8a7e8880e28cb4206bf54724a7bed870ffcd647c8c145221
6
+ metadata.gz: ea2c9bc0a84ce885e14aa036dd15f2782399eae3976d6683360cf26f80889e916f5ce37e5e0c9f9bb623476a02b3c872637d76eec248484ae7aaa6053e98c07a
7
+ data.tar.gz: f685f47231407219c6cabfebff093a41a29c8e5d73c60b7823547c9422dc111e39d2fc51f927f07427d60c28bf0aeedaedb435f7121502344531525590352275
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
data/henry-context.yml CHANGED
@@ -10580,6 +10580,171 @@ tasks:
10580
10580
  recipients:
10581
10581
  - estebanldh@gmail.com
10582
10582
  - nsimean@despegar.com
10583
+ - name: checkout.online_payment.br
10584
+ class_name: Henry::Task::CucumberTask
10585
+ options:
10586
+ tags:
10587
+ - checkout
10588
+ - online_payment
10589
+ - br
10590
+ expand: true
10591
+ no-source: true
10592
+ reports:
10593
+ - format: html
10594
+ name: ${DATE}_${TASK_NAME}.html
10595
+ recipients:
10596
+ - estebanldh@gmail.com
10597
+ - nsimean@despegar.com
10598
+ - name: checkout.online_payment.co
10599
+ class_name: Henry::Task::CucumberTask
10600
+ options:
10601
+ tags:
10602
+ - checkout
10603
+ - online_payment
10604
+ - co
10605
+ expand: true
10606
+ no-source: true
10607
+ reports:
10608
+ - format: html
10609
+ name: ${DATE}_${TASK_NAME}.html
10610
+ recipients:
10611
+ - estebanldh@gmail.com
10612
+ - nsimean@despegar.com
10613
+ - name: checkout.online_payment.mx
10614
+ class_name: Henry::Task::CucumberTask
10615
+ options:
10616
+ tags:
10617
+ - checkout
10618
+ - online_payment
10619
+ - mx
10620
+ expand: true
10621
+ no-source: true
10622
+ reports:
10623
+ - format: html
10624
+ name: ${DATE}_${TASK_NAME}.html
10625
+ recipients:
10626
+ - estebanldh@gmail.com
10627
+ - nsimean@despegar.com
10628
+ - name: checkout.online_payment.ve
10629
+ class_name: Henry::Task::CucumberTask
10630
+ options:
10631
+ tags:
10632
+ - checkout
10633
+ - online_payment
10634
+ - ve
10635
+ expand: true
10636
+ no-source: true
10637
+ reports:
10638
+ - format: html
10639
+ name: ${DATE}_${TASK_NAME}.html
10640
+ recipients:
10641
+ - estebanldh@gmail.com
10642
+ - nsimean@despegar.com
10643
+ - name: checkout.online_payment.cl
10644
+ class_name: Henry::Task::CucumberTask
10645
+ options:
10646
+ tags:
10647
+ - checkout
10648
+ - online_payment
10649
+ - cl
10650
+ expand: true
10651
+ no-source: true
10652
+ reports:
10653
+ - format: html
10654
+ name: ${DATE}_${TASK_NAME}.html
10655
+ recipients:
10656
+ - estebanldh@gmail.com
10657
+ - nsimean@despegar.com
10658
+ - name: checkout.online_payment.cr
10659
+ class_name: Henry::Task::CucumberTask
10660
+ options:
10661
+ tags:
10662
+ - checkout
10663
+ - online_payment
10664
+ - cr
10665
+ expand: true
10666
+ no-source: true
10667
+ reports:
10668
+ - format: html
10669
+ name: ${DATE}_${TASK_NAME}.html
10670
+ recipients:
10671
+ - estebanldh@gmail.com
10672
+ - nsimean@despegar.com
10673
+ - name: checkout.online_payment.ec
10674
+ class_name: Henry::Task::CucumberTask
10675
+ options:
10676
+ tags:
10677
+ - checkout
10678
+ - online_payment
10679
+ - ec
10680
+ expand: true
10681
+ no-source: true
10682
+ reports:
10683
+ - format: html
10684
+ name: ${DATE}_${TASK_NAME}.html
10685
+ recipients:
10686
+ - estebanldh@gmail.com
10687
+ - nsimean@despegar.com
10688
+ - name: checkout.online_payment.pa
10689
+ class_name: Henry::Task::CucumberTask
10690
+ options:
10691
+ tags:
10692
+ - checkout
10693
+ - online_payment
10694
+ - pa
10695
+ expand: true
10696
+ no-source: true
10697
+ reports:
10698
+ - format: html
10699
+ name: ${DATE}_${TASK_NAME}.html
10700
+ recipients:
10701
+ - estebanldh@gmail.com
10702
+ - nsimean@despegar.com
10703
+ - name: checkout.online_payment.us
10704
+ class_name: Henry::Task::CucumberTask
10705
+ options:
10706
+ tags:
10707
+ - checkout
10708
+ - online_payment
10709
+ - us
10710
+ expand: true
10711
+ no-source: true
10712
+ reports:
10713
+ - format: html
10714
+ name: ${DATE}_${TASK_NAME}.html
10715
+ recipients:
10716
+ - estebanldh@gmail.com
10717
+ - nsimean@despegar.com
10718
+ - name: checkout.online_payment.uy
10719
+ class_name: Henry::Task::CucumberTask
10720
+ options:
10721
+ tags:
10722
+ - checkout
10723
+ - online_payment
10724
+ - uy
10725
+ expand: true
10726
+ no-source: true
10727
+ reports:
10728
+ - format: html
10729
+ name: ${DATE}_${TASK_NAME}.html
10730
+ recipients:
10731
+ - estebanldh@gmail.com
10732
+ - nsimean@despegar.com
10733
+ - name: checkout.online_payment.pr
10734
+ class_name: Henry::Task::CucumberTask
10735
+ options:
10736
+ tags:
10737
+ - checkout
10738
+ - online_payment
10739
+ - pr
10740
+ expand: true
10741
+ no-source: true
10742
+ reports:
10743
+ - format: html
10744
+ name: ${DATE}_${TASK_NAME}.html
10745
+ recipients:
10746
+ - estebanldh@gmail.com
10747
+ - nsimean@despegar.com
10583
10748
  - name: checkout.book_ok
10584
10749
  class_name: Henry::Task::CucumberTask
10585
10750
  options:
@@ -11423,6 +11588,171 @@ tasks:
11423
11588
  recipients:
11424
11589
  - estebanldh@gmail.com
11425
11590
  - nsimean@despegar.com
11591
+ - name: checkout.cash_payment.br
11592
+ class_name: Henry::Task::CucumberTask
11593
+ options:
11594
+ tags:
11595
+ - checkout
11596
+ - cash_payment
11597
+ - br
11598
+ expand: true
11599
+ no-source: true
11600
+ reports:
11601
+ - format: html
11602
+ name: ${DATE}_${TASK_NAME}.html
11603
+ recipients:
11604
+ - estebanldh@gmail.com
11605
+ - nsimean@despegar.com
11606
+ - name: checkout.cash_payment.co
11607
+ class_name: Henry::Task::CucumberTask
11608
+ options:
11609
+ tags:
11610
+ - checkout
11611
+ - cash_payment
11612
+ - co
11613
+ expand: true
11614
+ no-source: true
11615
+ reports:
11616
+ - format: html
11617
+ name: ${DATE}_${TASK_NAME}.html
11618
+ recipients:
11619
+ - estebanldh@gmail.com
11620
+ - nsimean@despegar.com
11621
+ - name: checkout.cash_payment.mx
11622
+ class_name: Henry::Task::CucumberTask
11623
+ options:
11624
+ tags:
11625
+ - checkout
11626
+ - cash_payment
11627
+ - mx
11628
+ expand: true
11629
+ no-source: true
11630
+ reports:
11631
+ - format: html
11632
+ name: ${DATE}_${TASK_NAME}.html
11633
+ recipients:
11634
+ - estebanldh@gmail.com
11635
+ - nsimean@despegar.com
11636
+ - name: checkout.cash_payment.ve
11637
+ class_name: Henry::Task::CucumberTask
11638
+ options:
11639
+ tags:
11640
+ - checkout
11641
+ - cash_payment
11642
+ - ve
11643
+ expand: true
11644
+ no-source: true
11645
+ reports:
11646
+ - format: html
11647
+ name: ${DATE}_${TASK_NAME}.html
11648
+ recipients:
11649
+ - estebanldh@gmail.com
11650
+ - nsimean@despegar.com
11651
+ - name: checkout.cash_payment.cl
11652
+ class_name: Henry::Task::CucumberTask
11653
+ options:
11654
+ tags:
11655
+ - checkout
11656
+ - cash_payment
11657
+ - cl
11658
+ expand: true
11659
+ no-source: true
11660
+ reports:
11661
+ - format: html
11662
+ name: ${DATE}_${TASK_NAME}.html
11663
+ recipients:
11664
+ - estebanldh@gmail.com
11665
+ - nsimean@despegar.com
11666
+ - name: checkout.cash_payment.cr
11667
+ class_name: Henry::Task::CucumberTask
11668
+ options:
11669
+ tags:
11670
+ - checkout
11671
+ - cash_payment
11672
+ - cr
11673
+ expand: true
11674
+ no-source: true
11675
+ reports:
11676
+ - format: html
11677
+ name: ${DATE}_${TASK_NAME}.html
11678
+ recipients:
11679
+ - estebanldh@gmail.com
11680
+ - nsimean@despegar.com
11681
+ - name: checkout.cash_payment.ec
11682
+ class_name: Henry::Task::CucumberTask
11683
+ options:
11684
+ tags:
11685
+ - checkout
11686
+ - cash_payment
11687
+ - ec
11688
+ expand: true
11689
+ no-source: true
11690
+ reports:
11691
+ - format: html
11692
+ name: ${DATE}_${TASK_NAME}.html
11693
+ recipients:
11694
+ - estebanldh@gmail.com
11695
+ - nsimean@despegar.com
11696
+ - name: checkout.cash_payment.pa
11697
+ class_name: Henry::Task::CucumberTask
11698
+ options:
11699
+ tags:
11700
+ - checkout
11701
+ - cash_payment
11702
+ - pa
11703
+ expand: true
11704
+ no-source: true
11705
+ reports:
11706
+ - format: html
11707
+ name: ${DATE}_${TASK_NAME}.html
11708
+ recipients:
11709
+ - estebanldh@gmail.com
11710
+ - nsimean@despegar.com
11711
+ - name: checkout.cash_payment.us
11712
+ class_name: Henry::Task::CucumberTask
11713
+ options:
11714
+ tags:
11715
+ - checkout
11716
+ - cash_payment
11717
+ - us
11718
+ expand: true
11719
+ no-source: true
11720
+ reports:
11721
+ - format: html
11722
+ name: ${DATE}_${TASK_NAME}.html
11723
+ recipients:
11724
+ - estebanldh@gmail.com
11725
+ - nsimean@despegar.com
11726
+ - name: checkout.cash_payment.uy
11727
+ class_name: Henry::Task::CucumberTask
11728
+ options:
11729
+ tags:
11730
+ - checkout
11731
+ - cash_payment
11732
+ - uy
11733
+ expand: true
11734
+ no-source: true
11735
+ reports:
11736
+ - format: html
11737
+ name: ${DATE}_${TASK_NAME}.html
11738
+ recipients:
11739
+ - estebanldh@gmail.com
11740
+ - nsimean@despegar.com
11741
+ - name: checkout.cash_payment.pr
11742
+ class_name: Henry::Task::CucumberTask
11743
+ options:
11744
+ tags:
11745
+ - checkout
11746
+ - cash_payment
11747
+ - pr
11748
+ expand: true
11749
+ no-source: true
11750
+ reports:
11751
+ - format: html
11752
+ name: ${DATE}_${TASK_NAME}.html
11753
+ recipients:
11754
+ - estebanldh@gmail.com
11755
+ - nsimean@despegar.com
11426
11756
  - name: checkout.compatibility
11427
11757
  class_name: Henry::Task::CucumberTask
11428
11758
  options:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez