Skip to content

Commit db9d97a

Browse files
authored
Merge pull request #890 from MarathonLabs/docs/0.9.1
docs(docs): add 0.9.1
2 parents d81a946 + f9511c5 commit db9d97a

31 files changed

+5195
-0
lines changed

docs/runner/ios/workers.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Ssh transport accepts three parameters:
6969
1. **addr** - address of the host
7070
2. **port** - port of the ssh server, defaults to 22
7171
3. **authentication** - override for authentication specifically for this worker
72+
4. **checkReachability** - optional flag for enabling/disabling ICMP-based ping that might not work in certain network environments
7273
7374
## Providing simulator devices
7475
Each worker definition has a list of devices that can be used on that worker
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Overview"
3+
---
4+
5+
import Tabs from '@theme/Tabs';
6+
import TabItem from '@theme/TabItem';
7+
8+
To execute tests on Android devices marathon needs Android SDK
9+
installed. Devices are expected to be connected to local machine by any means
10+
supported by the adb (local usb connection, local emulator or TCP/IP).
11+
12+
:::tip
13+
14+
You can connect remote devices using `adb connect IP:port`. Marathon will be able to use them just like
15+
any other Android devices
16+
17+
:::

0 commit comments

Comments
 (0)