-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* separate test cases which depends on other libraries * remove comments * add android parallel tests * add generating android emulators to make paralell running easy * add comments
- Loading branch information
Showing
11 changed files
with
111 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ def setup | |
|
||
def teardown | ||
save_reports(@driver) | ||
@@core.quit_driver | ||
end | ||
|
||
def test_uiautomation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ def setup | |
|
||
def teardown | ||
save_reports(@driver) | ||
@@core.quit_driver | ||
end | ||
|
||
def test_appium_server_version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
AvdId=test | ||
PlayStore.enabled=false | ||
abi.type=x86 | ||
avd.ini.displayname=test | ||
avd.ini.encoding=UTF-8 | ||
disk.dataPartition.size=3G | ||
fastboot.forceColdBoot=no | ||
hw.accelerometer=yes | ||
hw.arc=false | ||
hw.audioInput=yes | ||
hw.battery=yes | ||
hw.camera.back=virtualscene | ||
hw.camera.front=emulated | ||
hw.cpu.arch=x86 | ||
hw.cpu.ncore=2 | ||
hw.dPad=no | ||
hw.device.hash2=MD5:bc5032b2a871da511332401af3ac6bb0 | ||
hw.device.manufacturer=Google | ||
hw.device.name=Nexus 5X | ||
hw.gps=yes | ||
hw.gpu.enabled=yes | ||
hw.gpu.mode=auto | ||
hw.initialOrientation=Portrait | ||
hw.keyboard=yes | ||
hw.lcd.density=420 | ||
hw.lcd.height=1920 | ||
hw.lcd.width=1080 | ||
hw.mainKeys=no | ||
hw.ramSize=2048 | ||
hw.sdCard=yes | ||
hw.sensors.orientation=yes | ||
hw.sensors.proximity=yes | ||
hw.trackBall=no | ||
image.sysdir.1=system-images/android-27/google_apis/x86/ | ||
runtime.network.latency=none | ||
runtime.network.speed=full | ||
sdcard.size=100M | ||
showDeviceFrame=no | ||
skin.dynamic=yes | ||
tag.display=Google APIs | ||
tag.id=google_apis | ||
vm.heapSize=1024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ def setup | |
|
||
def teardown | ||
save_reports(@driver) | ||
@@core.quit_driver | ||
end | ||
|
||
def test_tap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters