120 Commits

Author SHA1 Message Date
butomo1989
0ea71ea6b8 Refactored auto-recording function 0.8 2017-10-30 20:42:36 +01:00
butomo1989
08ff64d950 Fixed docker-compose volume 2017-10-30 20:41:27 +01:00
butomo1989
fcffca21ff Fixed error due to file name 2017-10-27 21:02:00 +02:00
butomo1989
95adfd1fbd Installed jq 2017-10-27 21:00:10 +02:00
butomo1989
5029d33528 Fixed error 2017-10-27 20:59:19 +02:00
Budi Utomo
c9ab42ecfb Merge pull request #28 from thelittlefireman/master
fix file error when start/stop/start container
2017-08-01 16:16:12 +02:00
thelittlefireman
7c48af9b84 fix codacy-bot warrning 2017-08-01 10:30:04 +02:00
thelittlefireman
e1d6e3cdbe delete useless code 2017-07-31 15:58:38 +02:00
thelittlefireman
648010d519 delete useless code 2017-07-31 15:56:50 +02:00
thelittlefireman
9d3cb60f41 add unit test last case 2017-07-31 15:28:33 +02:00
thelittlefireman
e2ad6b75d2 add unit test to symlink_force 2017-07-31 15:12:46 +02:00
thelittlefireman
486fb5825b fix bad python impl 2017-07-29 22:51:36 +02:00
thelittlefireman
e56eb0e3ab fix : file already exist on start and stop container 2017-07-28 22:45:34 +02:00
thelittlefireman
6fe6a80f40 Merge pull request #1 from thelittlefireman/thelittlefireman-fix-files-already-exist
fix python error when files already exist
2017-07-28 15:15:08 +02:00
thelittlefireman
f7b30c3129 fix python error when files already exist
related to :
```
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main                                                                                                                                 
    "__main__", mod_spec)                                                                                                                                                                              
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code                                                                                                                                            
    exec(code, run_globals)                                                                                                                                                                            
  File "/root/src/app.py", line 189, in <module>                                                                                                                                                       
    run()                                                                                                                                                                                              
  File "/root/src/app.py", line 178, in run                                                                                                                                                            
    prepare_avd(device, avd_name)                                                                                                                                                                      
  File "/root/src/app.py", line 74, in prepare_avd                                                                                                                                                     
    os.symlink(os.path.join(skin_rsc_path, s), os.path.join(skin_dst_path, s))                                                                                                                         
FileExistsError: [Errno 17] File exists: '/root/devices/skins/galaxy_nexus' -> '/root/platforms/android-25/skins/galaxy_nexus'                                                                         
Traceback (most recent call last):                                                                                                                                                                     
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main                                                                                                                                 
    "__main__", mod_spec)                                                                                                                                                                              
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code                                                                                                                                            
    exec(code, run_globals)                                                                                                                                                                            
  File "/root/src/app.py", line 189, in <module>                                                                                                                                                       
    run()                                                                                                                                                                                              
  File "/root/src/app.py", line 178, in run                                                                                                                                                            
    prepare_avd(device, avd_name)                                                                                                                                                                      
  File "/root/src/app.py", line 74, in prepare_avd                                                                                                                                                     
    os.symlink(os.path.join(skin_rsc_path, s), os.path.join(skin_dst_path, s))                                                                                                                         
FileExistsError: [Errno 17] File exists: '/root/devices/skins/galaxy_nexus' -> '/root/platforms/android-25/skins/galaxy_nexus' 
```
2017-07-28 15:13:45 +02:00
butomo1989
b6a1a57bed Enable video recording 2017-07-14 20:40:14 +02:00
butomo1989
83baa09384 Fixed not expected error in supervisor 2017-07-13 18:55:32 +02:00
Budi Utomo
8a69c64de3 Merge pull request #22 from andrcuns/real_device_mirroring
Real device mirroring
2017-07-08 23:57:52 +02:00
Andrejs Cunskis
488e53149c Release script for image with real device support 2017-07-07 23:46:04 +03:00
Andrejs Cunskis
2bc30edf4c Add support for real device and screen mirroring 2017-07-03 22:50:37 +03:00
butomo1989
8d544448f1 All badges in one line 2017-06-29 09:05:56 +02:00
The Gitter Badger
f7b560a28b Add Gitter badge (#19) 2017-06-29 09:04:05 +02:00
butomo1989
0e578710f3 Automated all steps from PR #12 0.7 2017-06-14 15:06:01 +02:00
butomo1989
65df456066 Using docker-appium as base image 2017-06-14 15:04:19 +02:00
butomo1989
5b694c2c55 Fixed issue #13 regarding arm image for 6.0 2017-06-09 11:59:07 +02:00