fastlane-plugin-test_center 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01072b26dc483882f807f087b095f47b7f282f52
|
|
4
|
+
data.tar.gz: e4373343152c326ae60899501e1e54b022c30b33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 796e68e32c29601fcd85a6dbf563072db653fb33676e261a3a33273c6fe501acf015e5a13682443a0b6a5c4fb064417b235a70f7ef7c386bf2c027808ecfb26f
|
|
7
|
+
data.tar.gz: f7f629e9f40551b69220032df107abb0e3e2d73e072396a8ba2135c09c825f7ac8a67b3206585ce4c2e5d42ca055ba4c4cb2d5b98f403778c94709e347d90158
|
data/README.md
CHANGED
|
@@ -67,7 +67,8 @@ This fastlane plugin includes the following actions:
|
|
|
67
67
|
- [`suppressed_tests`](#suppressed_tests): returns a list of the suppressed tests in your project.
|
|
68
68
|
- [`tests_from_junit`](#tests_from_junit): from a test report, returns lists of passing and failed tests.
|
|
69
69
|
- [`tests_from_xctestrun`](#tests_from_xctestrun): from an xctestrun file, returns a list of tests for each of its test targets.
|
|
70
|
-
- [`collate_junit_reports`](#collate_junit_reports): combines multiple test reports into one.
|
|
70
|
+
- [`collate_junit_reports`](#collate_junit_reports): combines multiple junit test reports into one report.
|
|
71
|
+
- [`collate_html_reports`](#collate_html_reports): combines multiple html test reports into one report.
|
|
71
72
|
|
|
72
73
|
### multi-scan 🎉
|
|
73
74
|
|
|
@@ -103,7 +104,11 @@ Do you have multiple test targets referenced by your `xctestrun` file and need t
|
|
|
103
104
|
|
|
104
105
|
### collate_junit_reports
|
|
105
106
|
|
|
106
|
-
Do you have multiple test reports coming in from different sources and need it combined? Use this action to collate all the tests performed for a given test target into one report file.
|
|
107
|
+
Do you have multiple junit test reports coming in from different sources and need it combined? Use this action to collate all the tests performed for a given test target into one report file.
|
|
108
|
+
|
|
109
|
+
### collate_html_reports
|
|
110
|
+
|
|
111
|
+
Do you have multiple html test reports coming in from different sources and need it combined? Use this action to collate all the tests performed for a given test target into one report file.
|
|
107
112
|
|
|
108
113
|
## Example
|
|
109
114
|
|
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: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lyndsey Ferguson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: plist
|