mirror of
https://github.com/appium/appium.git
synced 2026-04-28 14:30:27 -05:00
move all android tests to use new activity style
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should')
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should');
|
||||
|
||||
@@ -5,7 +5,7 @@ var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, badAppPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debugz.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, driverBlock = require("../../helpers/driverblock.js")
|
||||
, describeWd = driverBlock.describeForApp(appPath, "android", appPkg, appAct)
|
||||
, describeBad = driverBlock.describeForApp(badAppPath, "android", appPkg,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should');
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should');
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should');
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should');
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var path = require('path')
|
||||
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
|
||||
, appPkg = "com.example.android.apis"
|
||||
, appAct = "ApiDemos"
|
||||
, appAct = ".ApiDemos"
|
||||
, describeWd = require("../../helpers/driverblock.js").describeForApp(appPath,
|
||||
"android", appPkg, appAct)
|
||||
, should = require('should');
|
||||
|
||||
Reference in New Issue
Block a user