Skip to content

Commit

Permalink
docs(runner): add 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed May 13, 2024
1 parent 27ee994 commit 8a3ab31
Show file tree
Hide file tree
Showing 31 changed files with 5,925 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/runner_versioned_docs/version-0.10.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 8a3ab31

Please sign in to comment.