fastlane-plugin-test_center 3.0.5 → 3.0.6
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: 35321c2defc2f21fd8cfd469f9b1411491a24ebf
|
|
4
|
+
data.tar.gz: 04e686123a54be806e98e1fe4d1960957da49871
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 768d9dcf3c5953e812f6a8a06f5b6890f89bd64311bd724f17faae7a92bb05973942c00603491fd7f95cf077464dd3846e61d3dce15572783099cb2acac07dc3
|
|
7
|
+
data.tar.gz: 78d9cf8f8d0525a9078246d754a4c0740c174bb023968d47fddca3f36998396cdf6a5207cb49fde8ce238870507362d158f7db792d879605a4411d5b640c097b
|
data/README.md
CHANGED
|
@@ -21,6 +21,8 @@ The `test_center` plugin started with a problem when working on automated iOS te
|
|
|
21
21
|
|
|
22
22
|
✅✅✅✅✅❌❌✅❌✅✅❌❌✅✅✅✅✅❌✅✅✅✅✅✅✅✅❌✅✅✅✅❌❌✅✅❌❌❌✅✅✅✅✅✅❌✅✅
|
|
23
23
|
|
|
24
|
+
🤓 - most of these tests run fine locally and I do not know how to fix them...
|
|
25
|
+
|
|
24
26
|
😕 - bummer, maybe if I re-run the tests?
|
|
25
27
|
|
|
26
28
|
✅✅✅✅✅❌✅✅✅❌✅❌✅✅✅❌✅✅✅❌❌✅✅✅✅✅✅✅✅❌❌✅✅❌✅✅✅❌✅✅✅✅❌✅✅✅✅✅
|
|
@@ -48,8 +48,8 @@ module TestCenter
|
|
|
48
48
|
@given_custom_report_file_name
|
|
49
49
|
)
|
|
50
50
|
output_directory = @output_directory
|
|
51
|
+
testable_tests = @test_collector.testables_tests[testable]
|
|
51
52
|
if @batch_count > 1 || @testables_count > 1
|
|
52
|
-
testable_tests = @test_collector.testables_tests[testable]
|
|
53
53
|
current_batch = 1
|
|
54
54
|
testable_tests.each_slice((testable_tests.length / @batch_count.to_f).round).to_a.each do |tests_batch|
|
|
55
55
|
if @testables_count > 1
|
|
@@ -69,9 +69,9 @@ module TestCenter
|
|
|
69
69
|
end
|
|
70
70
|
else
|
|
71
71
|
options = {
|
|
72
|
-
output_directory: output_directory
|
|
72
|
+
output_directory: output_directory,
|
|
73
|
+
only_testing: testable_tests
|
|
73
74
|
}
|
|
74
|
-
options[:skip_testing] = @skip_testing if @skip_testing
|
|
75
75
|
tests_passed = correcting_scan(options, 1, reportnamer) && tests_passed
|
|
76
76
|
end
|
|
77
77
|
collate_reports(output_directory, reportnamer)
|
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.0.
|
|
4
|
+
version: 3.0.6
|
|
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-
|
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: plist
|