hiptest-publisher 1.2.6 → 1.2.7

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: 9fde262d06316e32e666997441c2246a72957462
4
- data.tar.gz: be9d1e40b728527d93ecbfbde4371ec82e789143
3
+ metadata.gz: 1cc1561ae4126b0589a74d211c3719e8ba4df70a
4
+ data.tar.gz: 51bf2125c7c58c12de19d366cf73c411c6631613
5
5
  SHA512:
6
- metadata.gz: c6995c1106524ae138dc37c07b2c99973d2df7f2741dafbcf2221dfabab77600ad44452d0937d2d15956bd4cb3d506c174c0760052f8a9fa39d174aef62a383e
7
- data.tar.gz: dee1e55693cf77327fdd81691e171f97aa3c1440be517aa5c4d493dfb2b53f497f8ac550ccf368adb6abd3682a5cc11b44406a1aa3ad1cd483317fd21e0effd5
6
+ metadata.gz: '0314810bce151e4f1a0d661b9f661f9fccfeb9ff90c3243f53b37a4bc5527881d01431938fb71f74b212ed5469b0fe9161beeefccaef9f7b7de1eba69ea8d081'
7
+ data.tar.gz: 7098e7314c58cfcfaa7e5613481ed9b5d20e881d15e01396a1ca2425ef2a6754efd30557477d8ca39743ba85b5684f542f4c09f1422e48f49af0b437703435a6
@@ -17,7 +17,7 @@ naming_convention = 'camelize'
17
17
  call_prefix = 'self.actionwords'
18
18
 
19
19
  [actionwords]
20
- template_dirs = php, common
20
+ template_dirs = behat/actionwords, php, common
21
21
  filename = 'Actionwords.php'
22
22
  naming_convention = 'camel_case'
23
23
  call_prefix = '$this'
@@ -17,6 +17,6 @@ naming_convention = 'camelize_lower'
17
17
  call_prefix = 'actionwords'
18
18
 
19
19
  [actionwords]
20
- template_dirs = java, common
20
+ template_dirs = cucumber/java/actionwords, java, common
21
21
  filename = 'Actionwords.java'
22
22
  naming_convention = 'camelize_lower'
@@ -18,6 +18,6 @@ naming_convention = 'camelize_upper'
18
18
  call_prefix = 'Actionwords'
19
19
 
20
20
  [actionwords]
21
- template_dirs = csharp, common
21
+ template_dirs = specflow/actionwords, csharp, common
22
22
  filename = 'Actionwords.cs'
23
23
  naming_convention = 'camelize_upper'
@@ -0,0 +1 @@
1
+ {{#if is_datatable?}}TableNode {{/if}}{{#if is_free_text?}}PyStringNode {{/if}}${{{underscore rendered_children.name}}}
@@ -0,0 +1 @@
1
+ {{#if is_datatable?}}DataTable{{else}}{{#if is_bool?}}boolean{{else}}{{{ node.type }}}{{/if}}{{/if}} {{{ camelize_lower rendered_children.name }}}
@@ -0,0 +1 @@
1
+ {{#if is_datatable?}}Table{{else}}{{{ downcase node.type }}}{{/if}} {{{ camelize_lower rendered_children.name }}}
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.6
4
+ version: 1.2.7
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-05-31 00:00:00.000000000 Z
11
+ date: 2017-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -272,6 +272,7 @@ files:
272
272
  - lib/hiptest-publisher/xml_parser.rb
273
273
  - lib/templates/behat/actionword.hbs
274
274
  - lib/templates/behat/actionwords.hbs
275
+ - lib/templates/behat/actionwords/parameter.hbs
275
276
  - lib/templates/behat/parameter.hbs
276
277
  - lib/templates/behave/actionword.hbs
277
278
  - lib/templates/behave/actionwords.hbs
@@ -321,6 +322,7 @@ files:
321
322
  - lib/templates/cucumber/actionwords.hbs
322
323
  - lib/templates/cucumber/java/actionword.hbs
323
324
  - lib/templates/cucumber/java/actionwords.hbs
325
+ - lib/templates/cucumber/java/actionwords/parameter.hbs
324
326
  - lib/templates/cucumber/java/parameter.hbs
325
327
  - lib/templates/cucumber/javascript/_after_hook.hbs
326
328
  - lib/templates/cucumber/javascript/_before_hook.hbs
@@ -595,6 +597,7 @@ files:
595
597
  - lib/templates/seleniumide/tests.hbs
596
598
  - lib/templates/specflow/actionword.hbs
597
599
  - lib/templates/specflow/actionwords.hbs
600
+ - lib/templates/specflow/actionwords/parameter.hbs
598
601
  - lib/templates/specflow/gherkin/tag.hbs
599
602
  - lib/templates/specflow/parameter.hbs
600
603
  homepage: https://hiptest.net