fastlane-plugin-test_center 3.2.0 → 3.2.1

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: 1d20795b34c16cec61b3f6356cda1307dd6dc849
4
- data.tar.gz: 0171b56560823d9da202a0caa98cfec51d897e3e
3
+ metadata.gz: 01072b26dc483882f807f087b095f47b7f282f52
4
+ data.tar.gz: e4373343152c326ae60899501e1e54b022c30b33
5
5
  SHA512:
6
- metadata.gz: 531270afbe621592914946811f17f69bc5798198dfa53466ba9c312551f33c7412a1b9be1c2f4ceebc74f399ed0eca83a30b2a10d39db98889437a829c5f1413
7
- data.tar.gz: 2168773f546018afa810fc5c66984081448b22886ed7f846c091625519ff558827562b51d1732cfd6ed4eb5968c74719b73eee8699c7510c74dd2b9850b80805
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
 
@@ -48,7 +48,7 @@ module Fastlane
48
48
  collate_testresults(target_testresult, testresult)
49
49
  end
50
50
  else
51
- testable = REXML::XPath.first(target_report, "//section[@id='test-suites']")
51
+ testable = testsuite.parent
52
52
  testable << testsuite
53
53
  end
54
54
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.2.0"
3
+ VERSION = "3.2.1"
4
4
  end
5
5
  end
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.0
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-15 00:00:00.000000000 Z
11
+ date: 2018-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist