fastlane-plugin-setup_fragile_tests_for_rescan 0.3.1 → 0.4.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: e494e4ba277e2e914728a04157d3cc46e8acf5e1
|
4
|
+
data.tar.gz: d2c2eee60ce6b75d85ed6f39b0c517fb11771c52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95b0e042a276e928f6c675173d51031252771141c7965340006c4e718262d85852278db2b5e5a0a9b0fbb3a8c253b215fc3b356924866a62f298a96f14ad0ce3
|
7
|
+
data.tar.gz: f25783c9952be1699e27a120c1e10959663d719c6ca491365314299b2fd36fd1b78353821a7761f8a64bba982067a3160e2436755bfa2a1884721b812efea34f
|
@@ -46,6 +46,7 @@ module Fastlane
|
|
46
46
|
else
|
47
47
|
UI.error('No passing tests found for suppression')
|
48
48
|
end
|
49
|
+
summary.flatten
|
49
50
|
end
|
50
51
|
|
51
52
|
def self.xcscheme(params)
|
@@ -72,6 +73,10 @@ module Fastlane
|
|
72
73
|
"Suppress stabile tests so that 'scan' can run the fragile tests again"
|
73
74
|
end
|
74
75
|
|
76
|
+
def self.return_value
|
77
|
+
"A list of the tests to suppress if you use going to use the :skip_testing option in the scan action"
|
78
|
+
end
|
79
|
+
|
75
80
|
def self.authors
|
76
81
|
["Lyndsey Ferguson"]
|
77
82
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-setup_fragile_tests_for_rescan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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-04-
|
11
|
+
date: 2017-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xcodeproj
|