fastlane-plugin-android_testlab_script_swit 0.1.75 → 0.1.76
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: 2394211b30aa58256c2dbd3b499d91bc46d165461ddd600b6ef876615d47e4e9
|
4
|
+
data.tar.gz: 9e431175247d4901e940faa02f08c9072c906cda0ccec93a362a2d4a2e3b69be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29339cb099d2da3391c294bc3aa57d8fe63e6acabcba62a8b98f54fc9fd0a9eeeff69f3d9e836d99507f9d243da1dfeb2c1c3369e134f5077e25657ca1a71b6e
|
7
|
+
data.tar.gz: cf8cda565de4bc9753e3c444dd63fa13ad51ec4420661b88cbade7f116ca13c9042d73b7f294e50b5a5cd324ae0749b6740bf73b1ffc08d17af124c2c6005a50
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -45,22 +45,22 @@ module Fastlane
|
|
45
45
|
|
46
46
|
|
47
47
|
# 각 JSON 객체에 대해 반복
|
48
|
-
json.each do |item|
|
49
|
-
# 정보 추출하기
|
50
|
-
axis_value = item["axis_value"]
|
51
|
-
outcome = item["outcome"]
|
52
|
-
test_details = item["test_details"]
|
53
|
-
|
54
|
-
# 'axis_value' 분리하기
|
55
|
-
parts = axis_value.split('-')
|
56
|
-
|
57
|
-
# 출력하기
|
58
|
-
UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
|
59
|
-
|
60
|
-
parts.each_with_index do |part, index|
|
61
|
-
UI.message("Part #{index + 1}: #{part}")
|
62
|
-
end
|
63
|
-
end
|
48
|
+
# json.each do |item|
|
49
|
+
# # 정보 추출하기
|
50
|
+
# axis_value = item["axis_value"]
|
51
|
+
# outcome = item["outcome"]
|
52
|
+
# test_details = item["test_details"]
|
53
|
+
#
|
54
|
+
# # 'axis_value' 분리하기
|
55
|
+
# parts = axis_value.split('-')
|
56
|
+
#
|
57
|
+
# # 출력하기
|
58
|
+
# UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
|
59
|
+
#
|
60
|
+
# parts.each_with_index do |part, index|
|
61
|
+
# UI.message("Part #{index + 1}: #{part}")
|
62
|
+
# end
|
63
|
+
# end
|
64
64
|
|
65
65
|
# params[:devices].each_with_index do |device, index|
|
66
66
|
# payload_string = +{,
|