fastlane 2.25.0.beta.20170401010021 → 2.25.0.beta.20170402010035
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 +4 -4
- data/fastlane/lib/fastlane/lane_manager.rb +5 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/screengrab/README.md +5 -1
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7687138276be5dd37544f391ab623d3d1a8552f9
|
4
|
+
data.tar.gz: c92da1a0571d31710e83c1a94a6132610e28c637
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6492bb96b66098d7d784bdfb6c8f9d423819dc44ee5fecb5541f2133396db925835235347211c71909591061146d0db7681709c91cfbb453dce7c3cffaf9d39
|
7
|
+
data.tar.gz: 82d1e4e3e5ad13cd49848f4e88b6b9fa17d2edfa1e378977a15067d13d7c53659e6fe07454f23f9abf014d4ca2c11c69829ebe2de311d929e10cd8bd599b3960
|
@@ -61,7 +61,7 @@ module Fastlane
|
|
61
61
|
end
|
62
62
|
|
63
63
|
# After running the lanes, since skip_docs might be somewhere in-between
|
64
|
-
Fastlane::DocsGenerator.run(ff) unless
|
64
|
+
Fastlane::DocsGenerator.run(ff) unless skip_docs?
|
65
65
|
|
66
66
|
duration = ((Time.now - started) / 60.0).round
|
67
67
|
|
@@ -70,6 +70,10 @@ module Fastlane
|
|
70
70
|
return ff
|
71
71
|
end
|
72
72
|
|
73
|
+
def self.skip_docs?
|
74
|
+
Helper.test? || FastlaneCore::Env.truthy?("FASTLANE_SKIP_DOCS")
|
75
|
+
end
|
76
|
+
|
73
77
|
# All the finishing up that needs to be done
|
74
78
|
def self.finish_fastlane(ff, duration, error)
|
75
79
|
ff.runner.did_finish
|
data/screengrab/README.md
CHANGED
@@ -132,7 +132,7 @@ fastlane screengrab --help
|
|
132
132
|
|
133
133
|
# Tips
|
134
134
|
|
135
|
-
|
135
|
+
## UI Tests
|
136
136
|
|
137
137
|
Check out [Testing UI for a Single App](http://developer.android.com/training/testing/ui-testing/espresso-testing.html) for an introduction to using Espresso for UI testing.
|
138
138
|
|
@@ -169,6 +169,10 @@ When using JUnit 3 you'll need to add a bit more code:
|
|
169
169
|
|
170
170
|
If you're having trouble getting your device unlocked and the screen activated to run tests, try using `ScreenUtil.activateScreenForTesting(activity);` in your test setup.
|
171
171
|
|
172
|
+
## Clean Status Bar
|
173
|
+
|
174
|
+
You can use [QuickDemo](https://github.com/PSPDFKit-labs/QuickDemo) to clean up the status bar for your screenshots.
|
175
|
+
|
172
176
|
## [`fastlane`](https://fastlane.tools) Toolchain
|
173
177
|
|
174
178
|
- [`fastlane`](https://fastlane.tools): The easiest way to automate beta deployments and releases for your iOS and Android apps
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.25.0.beta.
|
4
|
+
version: 2.25.0.beta.20170402010035
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-04-
|
17
|
+
date: 2017-04-02 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1297,23 +1297,23 @@ metadata:
|
|
1297
1297
|
post_install_message:
|
1298
1298
|
rdoc_options: []
|
1299
1299
|
require_paths:
|
1300
|
+
- supply/lib
|
1301
|
+
- cert/lib
|
1302
|
+
- pem/lib
|
1300
1303
|
- scan/lib
|
1301
|
-
-
|
1304
|
+
- produce/lib
|
1305
|
+
- screengrab/lib
|
1306
|
+
- credentials_manager/lib
|
1302
1307
|
- fastlane/lib
|
1303
|
-
-
|
1304
|
-
-
|
1305
|
-
- deliver/lib
|
1308
|
+
- snapshot/lib
|
1309
|
+
- frameit/lib
|
1306
1310
|
- match/lib
|
1307
|
-
-
|
1308
|
-
-
|
1309
|
-
- spaceship/lib
|
1311
|
+
- deliver/lib
|
1312
|
+
- pilot/lib
|
1310
1313
|
- gym/lib
|
1311
|
-
- produce/lib
|
1312
|
-
- frameit/lib
|
1313
1314
|
- fastlane_core/lib
|
1314
|
-
-
|
1315
|
-
-
|
1316
|
-
- supply/lib
|
1315
|
+
- spaceship/lib
|
1316
|
+
- sigh/lib
|
1317
1317
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1318
1318
|
requirements:
|
1319
1319
|
- - ">="
|