fastlane-plugin-android_testlab_script_swit 0.1.83 → 0.1.84
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a89b7d4237ae8e72da0b167285679308dfdc9ce5b2f661ac657a488ee9200e82
|
4
|
+
data.tar.gz: 2664fd4a4abd4d83893ce2da6c31263de67b4ef537375209ea46fa55a38150b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5852989a0ab0f47cd50ea298b788fed00b9b7ccc38bbe621debf8f271b6c2e315d643477c46adf179d26a2f6023fff94f4dc1b85f08d1a4488404ae113c8c1c
|
7
|
+
data.tar.gz: 00651a274d3a909a67801cea87c91cbdd8343cd657b9c96d74e402ff29b6dddbe0609f2799968eb4b32a603ff3c22293319f96f2606497a2acf856d1c5d5a8f0
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -83,14 +83,14 @@ module Fastlane
|
|
83
83
|
# end
|
84
84
|
|
85
85
|
new_payload = ""
|
86
|
-
|
86
|
+
|
87
87
|
params[:devices].each_with_index do |device, index|
|
88
|
-
new_payload += "
|
88
|
+
new_payload += "{\"type\": \"rt_section\", \"indent\": 1, \"elements\": [{\"type\": \"rt_text\", \"content\": \"Device#{index + 1}\"}]},
|
89
89
|
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:model]}\"}]},
|
90
|
-
{\"type\"
|
91
|
-
{\"type\"
|
92
|
-
{\"type\"
|
93
|
-
|
90
|
+
{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{device[:version]}\"}]},
|
91
|
+
{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{device[:locale]}\"}]},
|
92
|
+
{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"orientation : #{device[:orientation]}\"}]}"
|
93
|
+
|
94
94
|
new_payload += "," unless index == params[:devices].length - 1
|
95
95
|
end
|
96
96
|
|