mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-15 03:11:57 +00:00
Merge pull request #252 from artemnikitin/device-farm-details
Add detailed info about Device Farm
This commit is contained in:
commit
bb4d70bd72
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -54,7 +54,7 @@ Table of Contents
|
|||
| [Redshift](#redshift) | [📗](#redshift-basics) | [📘](#redshift-tips) | [📙](#redshift-gotchas-and-limitations) |
|
||||
| [EMR](#emr) | [📗](#emr-basics) | [📘](#emr-tips) | [📙](#emr-gotchas-and-limitations) |
|
||||
| [Kinesis Streams](#kinesis-streams) | [📗](#kinesis-streams-basics) | [📘](#kinesis-streams-tips) | [📙](#kinesis-streams-gotchas-and-limitations) |
|
||||
| [Device Farm](#device-farm) | [📗](#device-farm-basics) | | |
|
||||
| [Device Farm](#device-farm) | [📗](#device-farm-basics) | [📘](#device-farm-tips) | [📙](#device-farm-gotchas-and-limitations) |
|
||||
| [IoT](#iot) | [📗](#iot-basics) | [📘](#iot-tips) | [📙](#iot-gotchas-and-limitations) |
|
||||
| [SES](#ses) | [📗](#ses-basics) | [📘](#ses-tips) | [📙](#ses-gotchas-and-limitations) |
|
||||
| [Certificate Manager](#certificate-manager) | [📗](#certificate-manager-basics) | | |
|
||||
|
@ -1444,7 +1444,17 @@ Device Farm
|
|||
- Supports iOS and Android (including Kindle Fire) devices, as well as the mobile web.
|
||||
- Supports remote device access in order to allow for interactive testing/debugging.
|
||||
|
||||
🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md)
|
||||
### Device Farm Tips
|
||||
- [AWS Mobile blog](https://aws.amazon.com/blogs/mobile/) contains several examples of Device Farm usage for testing.
|
||||
- Device Farm offers a free trial for users who want to evaluate their service.
|
||||
- Device Farm offers two pricing model: “pay per device minute”, which is useful for small usage levels or for situations where it‘s hard to predict usage amount and “unmetered plans”, which are useful in situations where active usage is expected from the beginning.
|
||||
|
||||
### Device Farm Gotchas and Limitations
|
||||
- ❗Devices don't have a SIM card and therefore can‘t be used for testing SIM card-related features.
|
||||
- 🔸Device Farm supports testing for most popular languages/frameworks, but not for all. An actual list of supported frameworks and languages is presented on [this page](http://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-overview.html).
|
||||
- 🔸The API and CLI for Device Farm is quite a low level and may require developing additional tools or scripts on top of it.
|
||||
- 🔸AWS provide several tools and plugins for Device Farm, however, it doesn‘t cover all cases or platforms. It may require developing specific tools or plugins to support specific requirements.
|
||||
- ❗In general, Device Farm doesn‘t have Android devices from Chinese companies like Huawei, Meizu, Lenovo, etc. An actual list of supported devices located [here](https://aws.amazon.com/device-farm/device-list/).
|
||||
|
||||
IoT
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue