fastlane-plugin-aws_device_farm 0.3.0.pre.alpha.pre.39 → 0.3.0.pre.alpha.pre.42
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fbfc7a17a1258fa88b058f1a20c4a62f31c4b10
|
4
|
+
data.tar.gz: b718562d1d1d071a4eacc51d87edc57e517b6a56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86fe19aeda34fd33a29f67b389cb799f1fa8e5f766faacbe4e1ea19e5c84786d3350192c8b7e8a9bfc3d4c5b809fcf0894b0b22fa5512c061041b77cbb61ffda
|
7
|
+
data.tar.gz: c4362b6119a0eda3616d4d9498cb8a4451fa0917885f026c3434b3a91b4cdee0738856f3377770e3cfa0041bbaf1bb7eefcf18fa0699ac75f727a04340514c8f
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# AWS Device Farm Plugin for Fastlane
|
2
2
|
|
3
|
-
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-
|
3
|
+
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-aws_device_farm)
|
4
4
|
|
5
5
|
|
6
6
|
## About
|
7
|
-
> This Plugin
|
7
|
+
> This Plugin allows tests run on AWS device Farm
|
8
8
|
|
9
9
|
|
10
10
|
| iOS | Android | Fail |
|
@@ -82,11 +82,14 @@ end
|
|
82
82
|
|---|---|---|---|
|
83
83
|
| name | fastlane | AWS Device Farm Project Name | String |
|
84
84
|
| binary_path | | Path to App Binary | String |
|
85
|
-
| test_binary_path | | Path to
|
85
|
+
| test_binary_path | | Path to test bundle | String |
|
86
|
+
| test_package_type | | Type of test package | String |
|
87
|
+
| test_type | | Type of test | String |
|
86
88
|
| device_pool | IOS | AWS Device Farm Device Pool | String |
|
87
89
|
| wait_for_completion | true | Wait for Test-Run to be completed | Boolean |
|
88
90
|
| allow_device_errors | false | Do you want to allow device booting errors? | Boolean |
|
89
91
|
|
92
|
+
Possible types see: http://docs.aws.amazon.com/sdkforruby/api/Aws/DeviceFarm/Client.html#create_upload-instance_method
|
90
93
|
|
91
94
|
* **aws_device_farm_package**
|
92
95
|
|