fastlane-plugin-android_testlab_script_swit 0.1.927 → 0.1.928
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: 928674a569cc7c119534982c35ce37eb83063b1caa6f649799e459abf0eeaca0
|
4
|
+
data.tar.gz: 62d89a0671967cc08da2a3030853c3063bf3af5872512fde3a7efa5531608c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c9cb8c274bd4721bf913f72575067d27e4cdb35b62aa14effec0251e82f1d1d555ebdd6c54d08bffab66e972247f8124073de0607f758dc0715bfc0cb3136a0
|
7
|
+
data.tar.gz: 51cdea554d53b161d895fb562167ce700230eea9cb4e9e678f6b9c94ee3faeef7279dc9f5e0fdbddcf97d6fdeb01e10626a63db6ed53bf9d3e509db0fa65cf20
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -90,13 +90,16 @@ module Fastlane
|
|
90
90
|
parts_payload = axis_value_parts.map do |part|
|
91
91
|
"{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Part : #{part}\"}]}"
|
92
92
|
end.join(',')
|
93
|
-
#
|
94
|
-
# device_payload = "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]},{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"}]},{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}}]"
|
95
93
|
|
94
|
+
# device_payload =
|
95
|
+
# "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]}, " +
|
96
|
+
# "{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"}]}, " +
|
97
|
+
# "{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}}]"
|
98
|
+
|
96
99
|
device_payload =
|
97
100
|
"[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]}, " +
|
98
101
|
"{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"}]}, " +
|
99
|
-
"{\"type\":\"
|
102
|
+
"{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}]"
|
100
103
|
|
101
104
|
|
102
105
|
end.join(',')
|