fastlane-plugin-retry_tests 1.0.1 → 1.0.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0635985652d647553c2fdb6db1ace743007c06b3'
|
4
|
+
data.tar.gz: 3f162914012f073a249fc027d237dcb9484deceb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01f30a976545eb3bff50caa4a0582723e0edafc457f79504366053924a84266a1008729691e9df06297455b5010623f217bf316b567bce2fd369291b80910c08
|
7
|
+
data.tar.gz: 8ac004456bcaadbed1aa018f64743033ee55434b6a69baa9d1b559201df149d816202cf7caafa29b856a7977349d7ec901a0d2b1dba2c63d237ebb069d4405da
|
@@ -81,6 +81,7 @@ module Fastlane
|
|
81
81
|
def self.get_test_name(test_data)
|
82
82
|
test_name = test_data.xpath("(//key[contains(.,'TestSummaryGUID')])/../key[contains(.,'TestName')]/following-sibling::string").to_a[0].to_s
|
83
83
|
test_name = test_name[8..-10]
|
84
|
+
UI.message("test_name shortened: " + test_name)
|
84
85
|
test_name
|
85
86
|
end
|
86
87
|
|