Skip to content

Commit

Permalink
Doc for Windows (#166)
Browse files Browse the repository at this point in the history
* Docs for Windows
  • Loading branch information
weihongliang233 authored Dec 18, 2023
1 parent 31d9d60 commit 1600b99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
$ docker exec -it appium-container adb devices
```

On Windows OS, you need to specify the host to `host.docker.internal`

```
$ docker exec -it appium-container adb -H host.docker.internal devices
```

4. Run UI Test with following test configuration

```
Expand All @@ -59,6 +65,8 @@
}
```

On Windows OS, you need to set the capability `appium:remoteAdbHost` to `host.docker.internal`. This capability is supported by various drivers: UiAutomator2, Espresso, Flutter.

## Additional configuration

### Share Android identification key
Expand Down

0 comments on commit 1600b99

Please sign in to comment.