hiptest-publisher 1.10.4 → 1.10.5

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: a134ee17c98d4fc9f1c323e73611904fa5e2c20f
4
- data.tar.gz: 1fe987753861ae0dc52943cbb62c6b204bb6bcf5
3
+ metadata.gz: 04c2a827bc1f8de668de52ee1f7a1a33c95aaeac
4
+ data.tar.gz: c51f64bf7ab77ff2aa522e0a98c53c25210b7f81
5
5
  SHA512:
6
- metadata.gz: 32b1b2130c74d65ef0c4c1edd148bc47036f8f2a74ccb57cf3a104d2d63cff069bf5d744e69e1586b504056818bedde7ce214175d08e84a3aa41e86f11bad75c
7
- data.tar.gz: 60d728a895a77a55a26724f2781715d819d422e33d563e2b3573ce10cc5076d143eb5350ca08f824518283682842127df7a46b97b1d9ad4951c1d75a40844d4e
6
+ metadata.gz: 80c0d224f09eb5b69868a86d985bdfd18a1d055f7a144831dca19675762b2e9aa1aa2308008927f4d0549dfc8e98d7c677b6b43a26665aee3b6d15c42af3436f
7
+ data.tar.gz: 2f8ff608cecd1420912c3b304806a1b48ba3168d8b6f1d2892d899084f3b1416cea24ad3b13b7a3cbc47bd5a3fefceb7ffd7d9b6da7bb3c6150a832d2a74b8fc
@@ -99,6 +99,7 @@ module Hiptest
99
99
  scenario_name: @rendered[sc.children[:name]],
100
100
  name: @rendered[dataset.children[:name]],
101
101
  uid: @rendered[dataset.children[:uid]],
102
+ test_snapshot_uid: @rendered[dataset.children[:test_snapshot_uid]],
102
103
  arguments: @rendered[dataset.children[:arguments]]
103
104
  }
104
105
  },
@@ -1,10 +1,10 @@
1
1
  from behave import *
2
2
 
3
- # This should be added to environments.py
3
+ # This should be added to environment.py
4
4
  # from steps.actionwords import Actionwords
5
5
  #
6
6
  # def before_scenario(context, scenario):
7
- # context.actionwords = Actionwords.new(nil)
7
+ # context.actionwords = Actionwords()
8
8
 
9
9
  use_step_matcher('re')
10
10
  {{#each rendered_children.actionwords}}
@@ -11,7 +11,7 @@ Test Setup{{tab}}Run Keywords{{tab}}{{join rendered_children.body "\n...
11
11
  {{/unless}}
12
12
  *** Test Cases ***{{#if datatables_present?}}
13
13
  {{#each rendered_children.splitted_scenarios}}{{#with this.tags "tags"}}
14
- {{#if this.datatable}}{{#each this.datasets}}{{normalize_with_spaces this.scenario_name}} {{normalize_with_spaces this.name}}{{#if this.uid}} (uid:{{normalize this.uid}}){{/if}}{{#indent}}
14
+ {{#if this.datatable}}{{#each this.datasets}}{{normalize_with_spaces this.scenario_name}} {{normalize_with_spaces this.name}}{{#if this.test_snapshot_uid}} (uid:{{normalize this.test_snapshot_uid}}){{/if}}{{#indent}}
15
15
  {{#if tags}}[Tags]{{tab}}{{{join tags "\t"}}}
16
16
  {{/if}}[Template]{{tab}}{{normalize_with_spaces this.scenario_name}} keyword
17
17
  {{join this.arguments '\t'}}{{/indent}}
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.10.4
4
+ version: 1.10.5
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-12-15 00:00:00.000000000 Z
11
+ date: 2018-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize