fastlane-plugin-test_center 3.2.3 → 3.2.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d87c9d87f8194c2e727ba5d6304dd892f4032651
|
4
|
+
data.tar.gz: 1ebd7d82e0e221d9451b297918b65e66444fc147
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de716ab6593bcfbcd9ca01c88364cedace889c46d1dfc35ed6ef4a2514784faa0decf5819ca728d592174b66da393a181da25a33c863b22cc8fe1b51e5ac79d2
|
7
|
+
data.tar.gz: '086fdca44048dc9285c71941018a0ad36851b6e415cd94001fb20b58a139110cd23901965de363606bbacbb3bf0b3a7666e2289356e535ae1f0f836c16bbbede'
|
@@ -170,6 +170,7 @@ module TestCenter
|
|
170
170
|
|
171
171
|
def testrun_info(batch, try_count, reportnamer, output_directory)
|
172
172
|
report_filepath = File.join(output_directory, reportnamer.junit_last_reportname)
|
173
|
+
html_report_filepath = File.join(output_directory, reportnamer.html_last_reportname)
|
173
174
|
config = FastlaneCore::Configuration.create(
|
174
175
|
Fastlane::Actions::TestsFromJunitAction.available_options,
|
175
176
|
{
|
@@ -183,7 +184,8 @@ module TestCenter
|
|
183
184
|
passing: junit_results[:passing],
|
184
185
|
batch: batch,
|
185
186
|
try_count: try_count,
|
186
|
-
report_filepath: report_filepath
|
187
|
+
report_filepath: report_filepath,
|
188
|
+
html_report_filepath: html_report_filepath
|
187
189
|
}
|
188
190
|
end
|
189
191
|
|
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.4
|
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-05-
|
11
|
+
date: 2018-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: plist
|