hiptest-publisher 0.18.2 → 0.18.3

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: 714ffc798e863a6f32beb496fc7dc10fe04b0790
4
- data.tar.gz: cb6239cecf2145bc9ea74a1349e5674c87a2a558
3
+ metadata.gz: 84870b358cf6c1889de204e2525b8cfd1a765ea9
4
+ data.tar.gz: 411906e0c28dd27de1fdeab06ebba480433ca8d3
5
5
  SHA512:
6
- metadata.gz: 879173a5ddb5b9d501a11b08c9b95905a5fdd7302fd4f5dc32e02301ae3beecd589946ab3fafc3aed4834e3da993f1638e743bbc43b82bae1e4d45ffe4fa14d1
7
- data.tar.gz: 7de6e66d666d8023e0dea0afbf57e046e8d03526505cdcef98edaa5f8b552270548740177507e08bf1a8275b29867348c77800b89ee94ae58e264f67c37a5165
6
+ metadata.gz: e32a01ad8e44ec81fee5fe2a4aa15ca61353a262d46e31c27e8faa4b1b491178161800aafa0f32a7181f7b798fefaca09db1042236616bfe300db4df1ebee6ba
7
+ data.tar.gz: 11d39295994487752d347e57c506de86aa4cec1762bda6167b9f3920fdb96975b464e30d18186a17000bab472d05dfc3c6a2d68f593364e675ea0c7ed5b7940f
@@ -197,7 +197,6 @@ class OptionsParser
197
197
  Option.new(nil, 'sort=[id,order,alpha]', 'order', String, "Sorting of tests in output: id will sort them by age, order will keep the same order than in hiptest (only with --with-folders option, will fallback to id otherwise), alpha will sort them by name", :sort),
198
198
  Option.new(nil, '[no-]uids', true, nil, 'Export UIDs (note: can be disabled only for Gherkin-based exports, may cause issue when pushing results back)', :uids),
199
199
  Option.new(nil, 'keep-filenames', false, nil, "Keep the same name as in Hiptest for the test files (note: may cause encoding issues)", :keep_filenames),
200
- Option.new(nil, 'keep-filenames', false, nil, "Keep the same name as in Hiptest for the test files (note: may cause encoding issues)", :keep_filenames),
201
200
  Option.new(nil, 'keep-foldernames', false, nil, "Keep the same name as in Hiptest for the folders (note: may cause encoding issues)", :keep_foldernames),
202
201
  Option.new('v', 'verbose', false, nil, "Run verbosely", :verbose)
203
202
  ]
@@ -1,7 +1,8 @@
1
1
  {{#if has_datasets?}}
2
2
  {{#if has_tags?}}{{join rendered_children.tags ' '}}
3
3
  {{/if}}Scenario Outline: {{{ rendered_children.name }}}{{#if context.uids}}{{#if rendered_children.uid}} (uid:{{{rendered_children.uid}}}){{/if}}{{/if}}{{#indent}}
4
- {{#each rendered_children.body}}{{{ this }}}
4
+ {{#if has_description?}}{{#comment '#'}}{{rendered_children.description}}{{/comment}}
5
+ {{/if}}{{#each rendered_children.body}}{{{ this }}}
5
6
  {{/each}}
6
7
  Examples:{{#indent}}
7
8
  | {{ join rendered_children.parameters ' | ' }} |{{#if context.uids}} hiptest-uid |{{/if}}
@@ -1 +1 @@
1
- {{#if rendered_children.annotation}}{{capitalize rendered_children.annotation}} {{/if}}{{{ underscore rendered_children.actionword }}}{{#if has_arguments?}}{{tab}}{{{ join rendered_children.arguments '\t'}}}{{/if}}
1
+ {{#if rendered_children.annotation}}{{capitalize rendered_children.annotation}} {{/if}}{{{ underscore rendered_children.actionword }}}{{#if has_arguments?}}{{tab}}{{{ join rendered_children.all_arguments '\t'}}}{{/if}}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.2
4
+ version: 0.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-19 00:00:00.000000000 Z
11
+ date: 2017-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -606,7 +606,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
606
606
  version: '0'
607
607
  requirements: []
608
608
  rubyforge_project:
609
- rubygems_version: 2.5.1
609
+ rubygems_version: 2.6.8
610
610
  signing_key:
611
611
  specification_version: 4
612
612
  summary: Export your tests from Hiptest into executable tests.