itriagetestrail 1.0.16 → 1.0.17

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: 1511adcd82dfbf909e7692444682b60fd16e82cb
4
- data.tar.gz: e4b2230ce1c87221b2846e8bdbde6090979bf821
3
+ metadata.gz: cc47a201c4d04fa3b717cecf4d23c7df4a1ee355
4
+ data.tar.gz: d29e9dde8c13e406fc83dadcd045572a54dfdc2b
5
5
  SHA512:
6
- metadata.gz: bc75aab912de3312f88647d73446bb51fd45ed7b48c2fc57f4526594e32529e831d64e983dc6b66964562d43a79e44027f75db0a782818af8311241843ed02ce
7
- data.tar.gz: 699d975ad07c785707a636b213f1a5ae517847898aa08884bd6a257385a939f812069e33d5c8ebd0b8d1a6236f55cbe871ba7276d82c514f548bd4e5809cb35a
6
+ metadata.gz: 73a9c8da9a0feb95009201bd95a2f7ffdc3ca4c0d72e0c09b2e3823830cd23171c64fc47a966c0d0a7e09d5ea66800b3a26b063d9da0e43bedf8f2d2d42307d3
7
+ data.tar.gz: 94a357f9f699fa699fb7f5e8c2e884ba9b84bc30486f4dbedc8d9e4996207c30eca0d5265a2ed9fbbd51da7b1db64edaf4545e74d7319a7f020d2ed1746dd9f8
@@ -12,6 +12,7 @@ module Itriagetestrail
12
12
  @external_id = "#{scenario.feature.short_name}\;#{scenario.name}"
13
13
  @scenario_title = scenario.name
14
14
  end
15
+ @scenario_tags = scenario.source_tag_names
15
16
  end
16
17
 
17
18
  def record_result(scenario)
@@ -13,6 +13,7 @@ module Itriagetestrail
13
13
  @external_id = "#{scenario.feature.short_name}\;#{scenario.name}"
14
14
  @scenario_title = scenario.name
15
15
  end
16
+ @scenario_tags = scenario.source_tag_names
16
17
  end
17
18
 
18
19
  def record_result(scenario)
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '1.0.16'.freeze
2
+ VERSION = '1.0.17'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069