Added browser apks for mobile website testing
This commit is contained in:
parent
6d90d6874b
commit
d14107f05a
|
@ -84,6 +84,11 @@ RUN ln -s noVNC/vnc_auto.html noVNC/index.html
|
|||
EXPOSE 4723
|
||||
EXPOSE 6080
|
||||
|
||||
#=================
|
||||
# Add Browser Apk
|
||||
#=================
|
||||
COPY example/browser_apk /root/browser_apk
|
||||
|
||||
#===================
|
||||
# Run docker-appium
|
||||
#===================
|
||||
|
|
10
README.md
10
README.md
|
@ -11,6 +11,16 @@ Requirements
|
|||
|
||||
Docker is installed in your system.
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
1. Android emulator
|
||||
2. noVNC
|
||||
3. Appium server
|
||||
4. Browser application for mobile website testing
|
||||
- Chrome version 55 (for x86 and armeabi)
|
||||
- Firefox version 51 (for x86 and armeabi)
|
||||
|
||||
Quick Start
|
||||
-----------
|
||||
|
||||
|
|
Binary file not shown.
BIN
example/browser_apk/chrome_55.0.2883.91_min_android4.1_x86.apk
Normal file
BIN
example/browser_apk/chrome_55.0.2883.91_min_android4.1_x86.apk
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
example/browser_apk/source.txt
Normal file
1
example/browser_apk/source.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Browser apps are downloaded from http://www.apkmirror.com
|
Loading…
Reference in a new issue