fastlane-plugin-android_testlab_script_swit 0.1.73 → 0.1.74
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: 54a1cd6f5a9d2c4dfb320952e617f32804f2381c8340c4ed08413c5e3e6dd5a3
|
4
|
+
data.tar.gz: 4a032af821c702fca1166e7b7edf12d4bdeb17399e7f59472378f726d124644d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c09731108ec7112520086e1ac1bbd3fb1eabbc333165af624ca81f22bbe946211fdf07a814fb0f9f07f2fc64e9858ebfbc1fc3583c142b4beccc42fd1ff6c1c
|
7
|
+
data.tar.gz: 8c963c1c81c103387af6017d412295dbfe3d6900bd60ce2286a9ffe24a46cf423401b1176d3a107265a82d2e6d3277ac58f52557548d40a394e06c7fd5ccea58
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -86,14 +86,14 @@ module Fastlane
|
|
86
86
|
# end
|
87
87
|
# end
|
88
88
|
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
89
|
+
|
90
|
+
new_payload = "[{\"type\": \"rt_section\", \"indent\": 1, \"elements\": [{\"type\": \"rt_text\", \"content\": \"Device#{index + 1}\"}]},
|
91
|
+
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:model]}\"}]},
|
92
|
+
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:version]}\"}]},
|
93
|
+
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:locale]}\"}]},
|
94
|
+
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:orientation]}\"}]},
|
95
|
+
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{outcome}\"}]}]"
|
96
|
+
|
97
97
|
|
98
98
|
# 원래 하던 행위
|
99
99
|
# payload_string = params[:swit_webhook_payload]
|