fastlane-plugin-android_testlab_script_swit 0.1.85 → 0.1.87

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: e1352613dbb39bee54616826260d3b3539331d8a0c2869af61506237cacf8be3
4
- data.tar.gz: d8bf3cfc2416b40b5fc45cbc1a66b6e8ed58bf49a2b1e617c0925308752141a6
3
+ metadata.gz: 54be5819ff810f70f9939126ebac4c2c00d8e2c444923d143398b1c807dcde3b
4
+ data.tar.gz: ea37d3e56196428d52db1cbb2f8d7b6271ebe6a8446b625c049a960730fef6a9
5
5
  SHA512:
6
- metadata.gz: fdc04110c9b572ea43925c146095f5fd0d8c4a51b960b513604bc60ead5eee64e5ff7c551ecd8bb372d44152bf2999c36a2b5106e0179ba8ce9b680ea861c72f
7
- data.tar.gz: b26b408cc9fa0fdb96753d90f31c33250b4e88dee8f2cb2450400cc87d1483828af6c51d14bc9fb28c1f800e52886eadf72ca64b8be1d161041ffaa49872f9fd
6
+ metadata.gz: d9cb728d9ad4e3e9b4c99aadec31ff118ef439904adb38091ec25cefc1819918ff931b0cb4bbaff1bbe78cc616b0ce4f6311eca303595dca672bd2d4da8e3f7b
7
+ data.tar.gz: acb686e5dc3764e718fbb320ecef94c844fb6549aaa981c5e0fa98ed5e6b763b5d8d705d37d187b735f0845d27c1658faf3513d5054d71875dc372bcc41c51f6
@@ -62,20 +62,30 @@ module Fastlane
62
62
 
63
63
  parts.each_with_index do |part, index|
64
64
  UI.message("Part #{index + 1}: #{part}")
65
- end
66
-
67
- params[:devices].each_with_index do |device, index|
65
+
68
66
  new_payload += "{\"type\": \"rt_section\", \"indent\": 1, \"elements\": [{\"type\": \"rt_text\", \"content\": \"Device#{index + 1}\"}]},
69
67
  {\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:model]}\"}]},
70
68
  {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{device[:version]}\"}]},
71
69
  {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{device[:locale]}\"}]},
72
70
  {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"orientation : #{device[:orientation]}\"}]},
73
- {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{outcome}\"}]},"
71
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{outcome}\"}]}"
74
72
 
75
73
  new_payload += "," unless index == params[:devices].length - 1
74
+
76
75
  end
77
76
  end
78
77
 
78
+ # params[:devices].each_with_index do |device, index|
79
+ # new_payload += "{\"type\": \"rt_section\", \"indent\": 1, \"elements\": [{\"type\": \"rt_text\", \"content\": \"Device#{index + 1}\"}]},
80
+ # {\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:model]}\"}]},
81
+ # {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{device[:version]}\"}]},
82
+ # {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{device[:locale]}\"}]},
83
+ # {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"orientation : #{device[:orientation]}\"}]},
84
+ # {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{outcome}\"}]}"
85
+ #
86
+ # new_payload += "," unless index == params[:devices].length - 1
87
+ # end
88
+
79
89
  # Fetch results
80
90
  download_dir = params[:download_dir]
81
91
  if download_dir
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.85"
3
+ VERSION = "0.1.87"
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.85
4
+ version: 0.1.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이