itriagetestrail 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f61f27b368672b3e86af31ba8f3dddfd754e45f
4
- data.tar.gz: 384738a316031f1597ce403dd3ee79c2164fe805
3
+ metadata.gz: a0ac17c3e9919831b6069ead7366ff193b789a4e
4
+ data.tar.gz: bdad0a6ef5deaf94e1f4062aee94e865c5d6b83b
5
5
  SHA512:
6
- metadata.gz: 9a727dff6865e6a608b1a230dd93a85ec189e129353eeea2de034a262fe29242c5a78af2b97bd6f7d3350bff54d5c6462d5c9967e9b2988ac0ac9df600f59c0c
7
- data.tar.gz: 5b8d98735d526e492c99813b7aab35d77feddb78e2e33712babb1e3b9db6ebd4dc1272a732c1cb2cdba2e42fdb73b37da9e1375f8f9737bf57512ec7f3a1c0f3
6
+ metadata.gz: 700042809a2e4966bddaa2802d06d3b2bf85268651c1ab714522d51a1b5c9b1f8ed778147c9bbf2c3aa2674837191fd9eb63342f442cfcf44adddd5f5e3bbad3
7
+ data.tar.gz: ea2d01046c5b4ba17fca91663cda0137aebcfe55090897dcc1fc6f1d023b2190e0a766d315978769187378d5fefe4f06b99dfeb519a59a6a8fcad0b4b4e1ca20
@@ -240,6 +240,7 @@ module Itriagetestrail
240
240
  end
241
241
 
242
242
  def store_result(scenario_title, external_id, scenario_steps, status_id, comment)
243
+ puts external_id if @testrail_config['output_external_ids?']
243
244
  update_test_suite scenario_title, external_id, scenario_steps
244
245
 
245
246
  case_id = testrail_test_case_id(external_id)
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-26 00:00:00.000000000 Z
11
+ date: 2015-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,4 +86,3 @@ signing_key:
86
86
  specification_version: 4
87
87
  summary: Plugin to export your cucumber tests in the Testrail
88
88
  test_files: []
89
- has_rdoc: