mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-28 15:27:46 +00:00
Edited path
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ services:
|
||||
selenium_hub:
|
||||
image: selenium/hub:3.12.0-americium
|
||||
ports:
|
||||
- "4444:4444"
|
||||
- 4444:4444
|
||||
|
||||
# There is a bug for using appium. Issue: https://github.com/butomo1989/docker-android/issues/73
|
||||
# Real devices
|
||||
@@ -60,7 +60,7 @@ services:
|
||||
- 6080
|
||||
# Change path of apk that you want to test. I use sample_apk that I provide in folder "example"
|
||||
volumes:
|
||||
- $PWD/example/sample_apk:/root/tmp
|
||||
- $PWD/example/sample_apk:/opt
|
||||
- ./video-nexus_7.1.1:/tmp/video
|
||||
environment:
|
||||
- DEVICE=Nexus 5
|
||||
|
||||
Reference in New Issue
Block a user