hiptest-publisher 1.2.9 → 1.2.10

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: 975f661b5bf026ff982970dd346f25a7ef1fd763
4
- data.tar.gz: abd08b9c2b84e72dcc8e0f40640e9612210d329c
3
+ metadata.gz: fd3cae3a0e723300f87c81fc18d331e95adf9d55
4
+ data.tar.gz: 7d7c636be46d35cfdaf51a7a696f373da5a72dfd
5
5
  SHA512:
6
- metadata.gz: 4c516c79438eef6d0ed0395c1742938aa3d23b4d9e7b15b8d6d0dc818d108f5335ee9d4bd1189ac307c8e098ce7287e92be6e350bba70c6d694ad639ba19b7be
7
- data.tar.gz: 9dcf5bfeb6087ac0c447ce45e0f1ae367e3bdb1cf78c2e4b2bb4d310823cb158c0aaf2ea7e08e3c4d257d60eecea25330ce5a91c0522ea92e902f7f90721c7aa
6
+ metadata.gz: e31d4f14ddd7a561c4720a93dc56245d3fad44b2a1844cc9920a3de78f9919340664e8aaa74b8cf25997b9f2ca3c7b1f1a50b31bc29c26e93484f7c5dfe93528
7
+ data.tar.gz: 8c8f9eb938c34b227868cc5ce2471971239d440a4581e2574b219595d1b9f2579a76ccd80fb2c4ed62f6dd1799632f3ae48259255be522c8c40f45629305a885
data/README.md CHANGED
@@ -200,7 +200,7 @@ alias hiptest-publisher='bundle exec ruby -I lib bin/hiptest-publisher'
200
200
  Adding support for other languages and framework
201
201
  ------------------------------------------------
202
202
 
203
- See the [CONTRIBUTING](https://github.com/hiptest/hiptest-publisher/blob/master/docs/CONTRIBUTING.md>) help page for more information.
203
+ See the [CONTRIBUTING](https://github.com/hiptest/hiptest-publisher/blob/master/docs/CONTRIBUTING.md) help page for more information.
204
204
 
205
205
  Contributors
206
206
  ------------
@@ -29,6 +29,7 @@ Test Setup{{tab}}Run Keywords{{tab}}{{join rendered_children.body "\n...
29
29
 
30
30
  {{/if}}{{/each}}{{else}}
31
31
  {{#each rendered_children.splitted_scenarios}}
32
- {{normalize_with_spaces this.name}}{{#if this.uid}}(uid:{{normalize this.uid}}){{/if}}{{#indent}}
32
+ {{normalize_with_spaces this.name}}{{#if this.uid}}(uid:{{normalize this.uid}}){{/if}}{{#indent}}{{#if this.tags}}
33
+ [Tags]{{tab}}{{{ join this.tags '\t'}}}{{/if}}
33
34
  {{join this.body '\n'}}{{/indent}}
34
35
  {{/each}}{{/if}}
@@ -19,6 +19,7 @@ Resource{{tab}}keywords.txt
19
19
 
20
20
  {{/if}}{{/each}}{{else}}
21
21
  {{#each rendered_children.splitted_scenarios}}
22
- {{normalize_with_spaces this.name}}{{#if this.uid}} (uid:{{normalize this.uid}}){{/if}}{{#indent}}
22
+ {{normalize_with_spaces this.name}}{{#if this.uid}} (uid:{{normalize this.uid}}){{/if}}{{#indent}}{{#if this.tags}}
23
+ [Tags]{{tab}}{{{ join this.tags '\t'}}}{{/if}}
23
24
  {{join this.body '\n'}}{{/indent}}
24
25
  {{/each}}{{/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: 1.2.9
4
+ version: 1.2.10
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-07-11 00:00:00.000000000 Z
11
+ date: 2017-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -622,7 +622,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
622
622
  version: '0'
623
623
  requirements: []
624
624
  rubyforge_project:
625
- rubygems_version: 2.6.10
625
+ rubygems_version: 2.5.1
626
626
  signing_key:
627
627
  specification_version: 4
628
628
  summary: Export your tests from Hiptest into executable tests.