fastlane-plugin-android_testlab_script_swit 0.1.905 → 0.1.906

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
  SHA256:
3
- metadata.gz: 3adb4c9f63019c7614662bfbbf576ff4dfa0a5b228ef8ce2b722053f952b869c
4
- data.tar.gz: 13a37452f78eef2a50ee8a3167d0325486f23b3f1b12b677c46d9640330f0f84
3
+ metadata.gz: 96dab9ced59454726f9aef469e2d6e65f8792ee04570c176860967c98bb20a54
4
+ data.tar.gz: 3bf15cf5d3d9dc69400239430cf46c37edbfbd21506030bb77ab70174ec8d3e6
5
5
  SHA512:
6
- metadata.gz: 0dfda8874a8c148b9e36a955c840b4db6803f8226579de9d45043afc183bddf31add7b06500ebf654821a3e7d1d9a51deca23a52df95a83c2d6bfee4dc2d3973
7
- data.tar.gz: 28647d50a8555bf62519046ad6f89919553609f9129fd22e1df66367b4cc99c327544cb2aee0d6668497a36a981caf96ab91a3b81a338fe2eef9270b9dc4a8d9
6
+ metadata.gz: fa7679a0f5db39003d65921c58dcd007400e00bb76ac3836266f1e635aa19875c50827b9d74de73b3f5dc51e7a005259304d0b9e1eea071d7857f164cdd4ae20
7
+ data.tar.gz: aec5975ea9cbbea101c1015f22dc351984809c455cd61b32a7b7bd484de20a168484e2089f049ef47392cecd02820fa06fdb0bce4450f91b295db46567f9700e
@@ -51,9 +51,6 @@ module Fastlane
51
51
 
52
52
  # Firebase Test Lab Result Json
53
53
  resultJson = JSON.parse(File.read(params[:console_log_file_name]))
54
-
55
- # 결과 데이터 저장용 배열 생성
56
- results = []
57
54
 
58
55
  # 각 JSON 객체에 대해 반복
59
56
  resultJson.each do |item|
@@ -68,9 +65,9 @@ module Fastlane
68
65
  parts.each_with_index do |part, index|
69
66
  swit_device_payload += "{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Device#{index + 1}\"}]},
70
67
  {\"type\": \"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Part : #{parts[index]}\"}]},
71
- {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{result[:outcome]}\"}]}"
68
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{outcome}\"}]}"
72
69
 
73
- swit_device_payload += "," unless index == result[:parts].length - 1
70
+ swit_device_payload += "," unless index == parts.length - 1
74
71
  end
75
72
 
76
73
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.905"
3
+ VERSION = "0.1.906"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_testlab_script_swit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.905
4
+ version: 0.1.906
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이