fastlane-plugin-android_testlab_script_swit 0.1.85 → 0.1.86
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: ddccae6b3ca22779505e4535d3034393a70efb46d3b0258ae95963ca42a5f539
|
4
|
+
data.tar.gz: 361c2900899571fa9f7ac4ec1e0885f91be3fc8fea352b3c9815e7b5450344b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 968c00b66588da5578feb534991e3a62968d0b8a1cae3bfcc4619f97934e2312f9588c438edaa1253b9ecf28487583c988366340b3d03aba24edc2f6b6821843
|
7
|
+
data.tar.gz: 2cd4a4d2a5403031d26d07dfb13e627408e74c77c7b8f0b1247735428a1a26afe65b2d5c14d25af6dda9e2feef54b36d09695e0f096f3d6dd5fedf89971fd81a
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -70,7 +70,7 @@ module Fastlane
|
|
70
70
|
{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{device[:version]}\"}]},
|
71
71
|
{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{device[:locale]}\"}]},
|
72
72
|
{\"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}\"}]}
|
73
|
+
{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{outcome}\"}]}"
|
74
74
|
|
75
75
|
new_payload += "," unless index == params[:devices].length - 1
|
76
76
|
end
|