sfontanel
feab383008
Add optional env to set avd name
2020-03-09 17:11:36 +01:00
Raphael Baron
0e1ffe9cff
Uses android_emulator/config.ini instead of .android/devices.xml to assess if device has been previously initialized
2019-07-20 09:43:59 +00:00
butomo1989
19e26a086b
Enabled proxy on Android emulator
2019-07-05 09:37:19 +02:00
butomo1989
aa7e88cf46
Use gpu swiftshader_indirect and VM acceleration by default
2019-05-29 21:56:19 +07:00
Felix Weber
9441d537b7
change timeout in generated nodeconfig.js from 30000 to 30
2019-01-31 15:32:51 +01:00
butomo1989
cf0ebd7eb9
Fixed #138
2019-01-15 10:19:42 +01:00
Ankur Agarwal
a6394bcf74
added support for custom arguments while running/creating emulator
2018-08-21 17:50:50 +05:30
Ankur Agarwal
c653efc7b1
fixes related to initialization
2018-08-16 12:36:51 +00:00
Ankur Agarwal
7c7eed4a3d
Fixing trailing whitespaces
2018-07-31 01:17:01 +05:30
Ankur Agarwal
bcf27f0489
Added logging
2018-07-28 23:20:06 +05:30
Ankur Agarwal
972445a8bc
Assign device_id via environment variable
2018-07-28 23:07:03 +05:30
Boni Garcia
b40ec48136
Download proper version of chromedriver
2018-07-24 15:59:11 +02:00
junbo
15c51a4ab1
roll back is_initialized
2018-07-20 09:53:46 +08:00
junbo
40f6e67d83
fix issue 87
2018-07-19 18:11:59 +08:00
Aleksandr Bochev
3577d7e0a1
fixed emulator is unauthorized
...
performed avd creation just once
2018-07-10 18:34:53 +02:00
Serghei Moret
d176e69cc1
Let default emulator pick the right kernel
2018-07-03 20:46:23 +02:00
butomo1989
54d5365907
Cleaned up
2018-06-22 01:16:40 +02:00
butomo1989
820b6e0e0e
Enable debug modus for emulator
2018-06-21 21:16:54 +02:00
butomo1989
ab34ca36d9
Enabled relaxed security
2018-06-20 23:30:54 +02:00
butomo1989
29898ba91e
Fixed issue #52
2018-05-11 00:43:16 +02:00
butomo1989
567a494ccb
Using new usage process of new SDK
2017-11-09 11:25:21 +01:00
thelittlefireman
648010d519
delete useless code
2017-07-31 15:56:50 +02:00
thelittlefireman
486fb5825b
fix bad python impl
2017-07-29 22:51:36 +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
0e578710f3
Automated all steps from PR #12
2017-06-14 15:06:01 +02:00
Andrejs
6406504f94
Possibility to run appium with custom chromedriver executable ( #12 )
...
* Possibility to run appium with custom chromedriver executable
* Unit test added
* README update
2017-06-09 10:44:58 +02:00
butomo1989
47e968927a
Updated Sample and End2End Tests
2017-06-02 14:49:55 +02:00
ilya-netomedia
bedf77e83d
Update app.py
...
The Problem : Selenium grid 3.0.1 marking the node as down
Solution: Node config should be changed
2017-05-25 17:48:59 +03:00
Andrejs Cunskis
7170ee20d4
Fix method name and build 6.0 without google_apis
2017-05-24 17:00:29 +03:00
Andrejs Cunskis
768d793ba0
Merge remote-tracking branch 'upstream/master' into appium_host_for_scale_support
2017-05-24 16:51:59 +03:00
Andrejs Cunskis
5501a20426
Set default browser, mobile web test parameter and docker compose example
2017-05-24 15:50:34 +03:00
butomo1989
d379133801
Renamed method to fix codacy violation
2017-05-24 11:52:48 +02:00
Andrejs Cunskis
ab45f6bb52
Support for docker-compose scale and set default browserName
2017-05-23 16:47:41 +03:00
Andrejs Cunskis
a2e59992d9
Set container ip as default APPIUM_HOST address
2017-05-23 10:12:45 +03:00
butomo1989
e325706d17
Fixed android 5.0.1 and 5.1.1
2017-04-26 15:16:26 +02:00
butomo1989
e59c28ebd8
Turn off appium server by default
2017-04-21 15:18:01 +02:00
butomo1989
7ce3cfba96
Using google_apis
2017-04-21 15:06:53 +02:00
butomo1989
7b7238f156
Run emulator in the beginning
2017-04-06 16:29:11 +02:00
butomo1989
5934899793
Moved to python 3
2017-03-27 12:45:21 +02:00
butomo1989
4fdf66f89f
Enable preinstallation android packages
2017-03-24 16:49:07 +01:00