Skip to content

Commit

Permalink
Merge branch 'develop' into feature/cd-homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy authored Feb 4, 2024
2 parents 663b5f0 + db9d97a commit 14011d5
Show file tree
Hide file tree
Showing 31 changed files with 5,195 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/runner/ios/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Ssh transport accepts three parameters:
1. **addr** - address of the host
2. **port** - port of the ssh server, defaults to 22
3. **authentication** - override for authentication specifically for this worker
4. **checkReachability** - optional flag for enabling/disabling ICMP-based ping that might not work in certain network environments
## Providing simulator devices
Each worker definition has a list of devices that can be used on that worker
Expand Down
17 changes: 17 additions & 0 deletions docs/runner_versioned_docs/version-0.9.1/android.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Overview"
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

To execute tests on Android devices marathon needs Android SDK
installed. Devices are expected to be connected to local machine by any means
supported by the adb (local usb connection, local emulator or TCP/IP).

:::tip

You can connect remote devices using `adb connect IP:port`. Marathon will be able to use them just like
any other Android devices

:::
Loading

0 comments on commit 14011d5

Please sign in to comment.