-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
5,195 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
::: |
Oops, something went wrong.