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: 5fa3309bce5e3a34e9cc8ff106e1234f66d1a92b
4
- data.tar.gz: 4dc93c1ae42dc5eb98c66815e0b76bd4c564ced7
3
+ metadata.gz: e494e4ba277e2e914728a04157d3cc46e8acf5e1
4
+ data.tar.gz: d2c2eee60ce6b75d85ed6f39b0c517fb11771c52
5
5
  SHA512:
6
- metadata.gz: edb3dfbaeb73e3ce63c37daf8c1dc85e3c4a01d213ec9a7f4d77a42258f4bf01d67cc2538e7c829e7b4d221db4e53ec5c6127243452cd89a5a89d9f2f68fca23
7
- data.tar.gz: 36b495b43ca6ec8ccd18a07a55121668f6d468587743b13c00108fbaa0b74f007488583bcd3a2d39797c8b8bdf77d4b2aa664b3dda53c9438b8b68508fbc0019
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module SetupFragileTestsForRescan
3
- VERSION = "0.3.1"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  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.3.1
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-02 00:00:00.000000000 Z
11
+ date: 2017-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj