mirror of
https://github.com/appium/appium.git
synced 2026-02-12 04:50:08 -06:00
add tests for --force-iphone and --force-ipad
This commit is contained in:
@@ -48,6 +48,14 @@ describe('Pre-launching apps', function() {
|
||||
waitForLaunch(iosApp, [], done);
|
||||
});
|
||||
|
||||
it('should work with force iphone', function(done) {
|
||||
waitForLaunch(iosApp, ['--force-iphone'], done);
|
||||
});
|
||||
|
||||
it('should work with force ipad', function(done) {
|
||||
waitForLaunch(iosApp, ['--force-ipad'], done);
|
||||
});
|
||||
|
||||
it('should work for android', function(done) {
|
||||
var args = ["--app-pkg", "com.example.android.apis", "--app-activity",
|
||||
".ApiDemos"];
|
||||
|
||||
Reference in New Issue
Block a user