fastlane-plugin-android_testlab_script_swit 0.1.88 → 0.1.89
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: e2f4848d0bbfdacaba69ad9c0ee781e4329424a1cc779ee7c6b181c58e2fbb11
|
4
|
+
data.tar.gz: 24f5351b95bef8bbc442f3904d7971e6f4fb6986a68ba7aed48670b7373cd6c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8c889ff05fde2a00d5ad0a90fa73bb9a3f014d99b951fb75d31abbdf575906932b6e7f17c4e2f6d65439352db15d7645b183c2164fa6d9cde8debbd92d20e8a
|
7
|
+
data.tar.gz: a5b58629c96d450d08cb3833f1525e451c29784e7145f9e7aebf9ed169ca9e903a0983ca6d3aade292115442ea723bf5971b5ae38df6899938bd7b95188e39b8
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -61,7 +61,7 @@ module Fastlane
|
|
61
61
|
UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
|
62
62
|
|
63
63
|
params[:devices].each_with_index do |device, index|
|
64
|
-
UI.message("Part #{index + 1}: #{part}")
|
64
|
+
# UI.message("Part #{index + 1}: #{part}")
|
65
65
|
|
66
66
|
new_payload += "{\"type\": \"rt_section\", \"indent\": 1, \"elements\": [{\"type\": \"rt_text\", \"content\": \"Device#{index + 1}\"}]},
|
67
67
|
{\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:model]}\"}]},
|