mcloud icon indicating copy to clipboard operation
mcloud copied to clipboard

Mobile farm ecosystem for Android and iOS devices

Results 13 mcloud issues
Sort by recently updated
recently updated
newest added

Hi, When connecting to the mcloud hub the Appium Inspector tries to connnect to WDA mjpeg port using hubs ip address (this behavior can be seen using Wireshark). As a...

In the past we used DeveloperDiskImage, but as of 17.0 apple refused to support it https://github.com/pdso/DeveloperDiskImage: With iOS 17+, we are using a new device stack (CoreDevice) to communicate with...

enhancement

Let's modify `zebrunner.sh` file to correspond docker compose plugin. We need to replace `docker-compose` with `docker compose` command and additionally check compatibility and possible weak points.

enhancement

let's find a way to capture performance metrics from devices at real-time when testing is running. for android we can consider to use adb, for iOS - go ios...

enhancement

port similar as we have in community-edition: https://github.com/zebrunner/community-edition/blob/4da81d92955d62c6c7a7d3b14d58de4148929edb/zebrunner.sh#L199C26-L199C26 make sure not to show start services suggestion if setup is organized by community-edition parent process using ZBR_INSTALLER env var: https://github.com/zebrunner/mcloud/blob/c1cfcf214ba95f3b9dfe27849a1c3758637c3110/zebrunner.sh#L10

enhancement

mcloud setup has a lot of configuration settings where single mistake might block some functionality. let's try to implement `inspect` or `doctor` call inside zebrunner.h which should: 1. verify that...

enhancement

as of now auth/mock authentication is configured by default. let's prepare examples or even valid configurations for all supported auth schemas so we could just adjust properties and manage it...

enhancement

issue with unlocking iOS device is fixed: https://github.com/zebrunner/stf/issues/145 in scope of this ticket let's do a research if we can organize device farm for manual and automation usage with locked...

enhancement

to be able to reuse the same device across different tenants we have make recorder and uploader dynamic, providing constantly actual parameters for this session. that's might be a huge...