fastlane-plugin-test_center 3.5.3 → 3.5.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: 00e0fd937164c99e61b0970d860841b1d839ce33
4
- data.tar.gz: 135b3d42e970beea5f076bda7688b564892b0ef0
3
+ metadata.gz: 4c7c0894717f111592d34ef8a83dd6d13220b46c
4
+ data.tar.gz: 5c9f5904907744c3a7157c364a05603b8148804b
5
5
  SHA512:
6
- metadata.gz: 690c3188fcd1b0c58c9c41016ec363c68c1538fd13665c1b9a59c68a1d5255a566ce2dbda1d4869027b211d68a3d715f60e6102181b755d304b27fb91348312f
7
- data.tar.gz: 8c435a795f1dd89d94fa6d46a022165db967037b383cd8c21ff9cc7a98b9f33f90e6c59ac8d3475340007f6cbbe16f7d18b7a3b8383a9cb7fd18501215238af3
6
+ metadata.gz: b6992be335a1f79cecb063e160659c49e90bc04b4ac7886a36e5f7a374ee65e0c701f39ded1f3975a5c4a09a9b1e978ba00be5cb4f454ae9cef43f0d904f21e9
7
+ data.tar.gz: 53d7c27a3ad6aa6facdf701f5b3c3beaa2442a5715933ae0a87bb5a649a8819ddf5e68d36557366281db8bb23ac9af9a25988874430c41705894cb36569bf1bc
data/README.md CHANGED
@@ -93,7 +93,7 @@ Use `:multi_scan` intead of `:scan` to improve the usefulness of iOS test result
93
93
 
94
94
  Over time, your tests can change the state of your application in unexpected ways that cause other tests to fail randomly. Or, the tools and infrastructure for testing are the root causes of random test failures. The test results may not truly reflect how the product code is working.
95
95
 
96
- Rather than wasting time trying to account for instable tools, or trying to tweak your test code ad-nauseum to get a passing result reliably, just use the `:try_count` option to run `:scan` multiple times, running only the tests that failed each time. This ensures that any _fragility_ is ironed out over a number of "tries". The end result is that only the truly failing tests appear.
96
+ Rather than wasting time trying to account for unstable tools, or trying to tweak your test code ad-nauseum to get a passing result reliably, just use the `:try_count` option to run `:scan` multiple times, running only the tests that failed each time. This ensures that any _fragility_ is ironed out over a number of "tries". The end result is that only the truly failing tests appear.
97
97
 
98
98
  Another issue that can cause tests to incorrectly fail comes from an issue with the iOS Simulator. If you provide a huge number of tests to the iOS Simulator, it can exhaust the available resources and cause it to fail large numbers of tests. You can get around this by running your tests in batches using the `:batch_count` option in order to lighten the load on the simulator.
99
99
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.5.3"
3
+ VERSION = "3.5.4"
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.5.3
4
+ version: 3.5.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-08-01 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: 1.1.4
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: 1.1.4
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement