mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Merge pull request #609 from artemnikitin/device-farm-addition
[Device Farm] Add information about long waiting time and a way to minimize it
This commit is contained in:
commit
1fa293b86b
1 changed files with 2 additions and 0 deletions
|
@ -1858,6 +1858,7 @@ Device Farm
|
||||||
- [AWS Mobile blog](https://aws.amazon.com/blogs/mobile/) contains several examples of Device Farm usage for testing.
|
- [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 a free trial for users who want to evaluate their service.
|
||||||
- Device Farm offers two pricing models: Paying **per device minute** is useful for small usage levels or for situations where it‘s hard to predict usage amount. **Unmetered plans** are useful in situations where active usage is expected from the beginning.
|
- Device Farm offers two pricing models: Paying **per device minute** is useful for small usage levels or for situations where it‘s hard to predict usage amount. **Unmetered plans** are useful in situations where active usage is expected from the beginning.
|
||||||
|
- To minimize waiting time for device availability, one approach is to create several device pools with different devices, then randomly choose one of the unused device pools on every run.
|
||||||
|
|
||||||
### Device Farm Gotchas and Limitations
|
### Device Farm Gotchas and Limitations
|
||||||
|
|
||||||
|
@ -1866,6 +1867,7 @@ Device Farm
|
||||||
- 🔸The API and CLI for Device Farm is quite a low level and may require developing additional tools or scripts on top of it.
|
- 🔸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.
|
- 🔸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/).
|
- ❗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/).
|
||||||
|
- 🔸Device availibility is uneven. It depends on several factors including device popularity. Usually, more modern devices see higher demand, thus the waiting time for them will be higher compared to relatively old devices.
|
||||||
|
|
||||||
Mobile Hub
|
Mobile Hub
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue