Skip to content

Commit

Permalink
chore(docs): 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Aug 1, 2023
1 parent b4490b1 commit 95c0223
Show file tree
Hide file tree
Showing 32 changed files with 5,195 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/versioned_docs/version-0.8.3/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 95c0223

Please sign in to comment.