fastlane-plugin-android_testlab_script_swit 0.1.930 → 0.1.931
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: 7ae85fac3fa63507bb0bc652d49db2c23e9903fc67e3e5ab8e4fcf062f3bb19a
|
4
|
+
data.tar.gz: e6df2466f67b76f5facc76f6ff47fe6f7ffc323966fcaf9bbaa259527a571480
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84d18b0e9855e3429ac159408ac922df356a3604588899421419033d86a7e80fef34de49bc51ca1ce130751da89058da76415a85bb3048fa774de280657faecc
|
7
|
+
data.tar.gz: 9db108bccb978a97b363634386643d84cc416bf580e9650f7c4665afe6689886f75619c6745ca8bd80e35d1fa84278ab471a459bfbf04c013ab6900c75009aa7
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -98,10 +98,10 @@ module Fastlane
|
|
98
98
|
"{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_text\",\"content\":\" Passed \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}"
|
99
99
|
elsif outcome == 'failed'
|
100
100
|
device_payload +=
|
101
|
-
"{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":interrobang:\"},{\"type\":\"rt_text\",\"content\":\" Failed \"},{\"type\":\":interrobang:\"}]}"
|
101
|
+
"{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":interrobang:\"},{\"type\":\"rt_text\",\"content\":\" Failed \"},{\"type\":\"rt_emoji\",\"name\": \":interrobang:\"}]}"
|
102
102
|
else # Skip or other outcomes
|
103
103
|
device_payload +=
|
104
|
-
|
104
|
+
"{\"type\":\"rt_section\",\"elements\":[{\"type\":{\"name\": \":bulb:\"}},{\"text\":{\"content\": \" Skipped or other outcomes \"}, {\"emoji\":{\"name\": \":bulb:\"}}]}"
|
105
105
|
end
|
106
106
|
|
107
107
|
device_payload += "]"
|