diff --git a/src/test/resources/conf/local.conf.json b/src/test/resources/conf/local.conf.json index 22b14b0..ad3e863 100644 --- a/src/test/resources/conf/local.conf.json +++ b/src/test/resources/conf/local.conf.json @@ -9,7 +9,9 @@ "browserstack.debug": true, "browserstack.local": true, "realMobile": true, - "app": "bs://" + "app": "bs://", + "appPackage": "com.example.android.basicnetworking", + "appActivity": "com.example.android.basicnetworking.MainActivity" }, "environments": { diff --git a/src/test/resources/conf/parallel.conf.json b/src/test/resources/conf/parallel.conf.json index c64c7cc..1e021c3 100644 --- a/src/test/resources/conf/parallel.conf.json +++ b/src/test/resources/conf/parallel.conf.json @@ -8,7 +8,9 @@ "name": "parallel_appium_test", "browserstack.debug": true, "realMobile": true, - "app": "bs://" + "app": "bs://", + "appPackage": "org.wikipedia.alpha", + "appActivity": "org.wikipedia.main.MainActivity" }, "environments": { diff --git a/src/test/resources/conf/single.conf.json b/src/test/resources/conf/single.conf.json index 65ef846..40f67b2 100644 --- a/src/test/resources/conf/single.conf.json +++ b/src/test/resources/conf/single.conf.json @@ -8,7 +8,9 @@ "name": "single_appium_test", "browserstack.debug": true, "realMobile": true, - "app": "bs://" + "app": "bs://", + "appPackage": "org.wikipedia.alpha", + "appActivity": "org.wikipedia.main.MainActivity" }, "environments": { diff --git a/src/test/resources/conf/suite.conf.json b/src/test/resources/conf/suite.conf.json index 5cf777b..c542ddc 100644 --- a/src/test/resources/conf/suite.conf.json +++ b/src/test/resources/conf/suite.conf.json @@ -8,7 +8,9 @@ "name": "suite_appium_test", "browserstack.debug": true, "realMobile": true, - "app": "bs://" + "app": "bs://", + "appPackage": "org.wikipedia.alpha", + "appActivity": "org.wikipedia.main.MainActivity" }, "environments": {