fastlane-plugin-test_center 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/test_center/version.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b87d96cd59140d78074ae1d2c08e70c6af8c01ac
|
4
|
+
data.tar.gz: a45af4347b0521ef360c2a4bc8cc1c1091ec70cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fcf077c4ca147c8bd23e419268865b73843c2b4b65b31978be8eaa2b553cd13439c2c056d3267cc79c56bcf61f464e44775d5692ccf46858f0353b7c43e361c
|
7
|
+
data.tar.gz: 6f1ae5dda1275f8cb7614b646ad9b572803a8054aa8a7ad092090224ba4981b3e8c47a3f6c48fe98a76a1dd619397dcf3a5036e9f9a4c077d4476789787dde28
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-test_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
@@ -122,14 +122,16 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
description:
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
125
|
+
description: |2
|
126
|
+
This fastlane plugin includes the following actions: 1) multi_scan:
|
127
|
+
uses scan to run Xcode tests a given number of times: only re-testing
|
128
|
+
failing tests. 2) suppress_tests_from_junit: uses a junit xml report
|
129
|
+
file to suppress either passing or failing tests in an Xcode Scheme.
|
130
|
+
3) suppress_tests: suppresses specific tests in a specific or all
|
131
|
+
Xcode Schemes in a given project. 4) suppressed_tests: retrieves a
|
132
|
+
list of tests that are suppressed in a specific or all Xcode Schemes
|
133
|
+
in a project. 5) tests_from_junit: retrieves the failing and passing
|
134
|
+
tests as reported in a junit xml file.
|
133
135
|
email: ldf.public+github@outlook.com
|
134
136
|
executables: []
|
135
137
|
extensions: []
|