fastlane-plugin-test_center 1.0.3 → 1.0.4
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 +8 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccc0b62da8471a770aaa534f71dddfc6ab3405c5
|
4
|
+
data.tar.gz: 76f8584a35ca29ddfabed5c33aa62e955eca123e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 658d3ab7ba0e45c4b6c3a79542b654eb93ed3fd4517c15d4c4f6afe21d223214956b85e320be0c485032075e6fd25efd55a41cbb960bf088aa54a39e49e18835
|
7
|
+
data.tar.gz: bb80d27fd09fcdb6d6d2dce3f7b583abd1bc59d7cddad6ba60b81cb8bf991bbd5ed0ba66eae474dd50b798c02309edf2c8987be68680079a80ae9143574cc925
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
@@ -123,15 +123,13 @@ dependencies:
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
description: |2
|
126
|
-
This fastlane plugin includes the following actions:
|
127
|
-
uses scan to run Xcode tests a given number of times: only re-testing
|
128
|
-
failing tests.
|
129
|
-
file to suppress either passing or failing tests in an Xcode Scheme.
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
in a project. 5) tests_from_junit: retrieves the failing and passing
|
134
|
-
tests as reported in a junit xml file.
|
126
|
+
This fastlane plugin includes the following actions:
|
127
|
+
1) multi_scan: uses scan to run Xcode tests a given number of times: only re-testing
|
128
|
+
failing tests.
|
129
|
+
2) suppress_tests_from_junit: uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme.
|
130
|
+
3) suppress_tests: suppresses specific tests in a specific or all Xcode Schemes in a given project.
|
131
|
+
4) suppressed_tests: retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project.
|
132
|
+
5) tests_from_junit: retrieves the failing and passing tests as reported in a junit xml file.
|
135
133
|
email: ldf.public+github@outlook.com
|
136
134
|
executables: []
|
137
135
|
extensions: []
|