butomo1989
d6b69863ca
Cleaned up
2018-06-12 01:05:35 +02:00
butomo1989
68d0c2fc81
Cleaned up
2018-06-06 23:35:59 +02:00
butomo1989
705be0e3c9
Added auto-stop feature
2018-05-30 00:54:06 +02:00
butomo1989
79f797213c
Added integreation with geny cloud
2018-05-29 02:04:30 +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
butomo1989
0ea71ea6b8
Refactored auto-recording function
2017-10-30 20:42:36 +01:00
butomo1989
fcffca21ff
Fixed error due to file name
2017-10-27 21:02:00 +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
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
Andrejs Cunskis
2bc30edf4c
Add support for real device and screen mirroring
2017-07-03 22:50:37 +03: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
c7d988bd61
Refactored
2017-06-02 15:30:51 +02:00
butomo1989
47e968927a
Updated Sample and End2End Tests
2017-06-02 14:49:55 +02:00
butomo1989
dcf196ec4a
Run E2E Tests only if needed
2017-06-02 13:18:00 +02:00
butomo1989
aff1b062e1
Added End-2-End Test
2017-06-02 12:14:14 +02:00
butomo1989
59f6e4bd33
Mocked os package in unit tests to clear all warning messages
2017-05-30 17:25:07 +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
333c2b2a90
Fix unit tests
2017-05-23 16:57:53 +03: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
67726cf735
Updated unit test
2017-04-21 15:27:54 +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
dd047035a9
Simulation of SMS
2017-04-12 14:25:12 +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
butomo1989
f4e16a3cf2
Refactored
2017-03-21 13:33:46 +01:00
butomo1989
26b99bd32b
Fixed installation bug
2017-03-17 12:41:28 +01:00
butomo1989
135c3e32f1
Enable Samsung Galaxy S6
2017-03-16 16:33:26 +01:00
butomo1989
045191439a
Created device group
2017-03-14 10:57:26 +01:00
butomo1989
fdf936a3f3
Fixed issue with device / skin for android version < 5.0
2017-03-07 16:24:14 +01:00
butomo1989
032552a5e9
Refined
2017-03-01 13:31:34 +01:00
butomo1989
dbbe23dd73
Enable to use avd skins
2017-02-28 15:36:43 +01:00
butomo1989
30b2205987
Refactored code, added log and emulator skins
2017-02-27 14:53:48 +01:00