fastlane-plugin-test_center 1.1.1 → 1.2.0
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: 7c46c83ee933f5f236e9b6b2d6b75c0b7f9f3bc2
|
4
|
+
data.tar.gz: c86c033bcc93a1eb6d83a86029fae1a4ba0d660d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b2f5a8ce473ed081db5edda0969e9df423f153876152d865f8955b9486d32cbc4f99899ebb80cdf3ed86656fe45dafc40f780e46aff5c8348d573f223949701
|
7
|
+
data.tar.gz: 28598d3337505c1fc033ac6da1cc5fe086f09bf4f1ef4f744087473b2260aad10f3300dec80f756af2ef6e84f0492b8ab7fc810df3a4bafd8969784ca35fb55f
|
@@ -21,10 +21,12 @@ module Fastlane
|
|
21
21
|
Fastlane::Actions::ScanAction.run(config)
|
22
22
|
rescue FastlaneCore::Interface::FastlaneTestFailure => e
|
23
23
|
UI.verbose("Scan failed with #{e}")
|
24
|
+
if try_count < params[:try_count]
|
24
25
|
report_filepath = junit_report_filepath(scan_options)
|
25
26
|
scan_options[:only_testing] = other_action.tests_from_junit(junit: report_filepath)[:failed]
|
26
27
|
increment_junit_report_filename(scan_options)
|
27
|
-
|
28
|
+
retry
|
29
|
+
end
|
28
30
|
end
|
29
31
|
end
|
30
32
|
|
@@ -70,7 +72,7 @@ module Fastlane
|
|
70
72
|
end
|
71
73
|
|
72
74
|
def self.junit_report_filepath(config)
|
73
|
-
File.join(config[:output_directory], junit_report_filename(config))
|
75
|
+
File.absolute_path(File.join(config[:output_directory], junit_report_filename(config)))
|
74
76
|
end
|
75
77
|
|
76
78
|
def self.increment_junit_report_filename(config)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-test_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|