Loading maestro/install-app-lib/abort_install_apk.yaml 0 → 100644 +15 −0 Original line number Diff line number Diff line # Scenario: install-app-lib abort with EXPECTED_STATE on install app by PACKAGE_NAME # Given InstallAppDemo is installed # When user set PACKAGE_NAME in packageName field # And click Install # Then the status finally change to EXPECTED_STATE appId: foundation.e.apps.installapp.demo --- - launchApp - tapOn: Package name - inputText: ${PACKAGE_NAME} - tapOn: Install - assertVisible: ${EXPECTED_STATE} maestro/install-app-lib/first_start_anonymous.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line appId: foundation.e.apps --- - launchApp: foundation.e.apps - tapOn: id: foundation.e.apps:id/agreeBT - tapOn: id: foundation.e.apps:id/anonymousBT maestro/install-app-lib/first_start_nogoogle.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line appId: foundation.e.apps --- - launchApp: foundation.e.apps - tapOn: id: foundation.e.apps:id/agreeBT - tapOn: id: foundation.e.apps:id/noGoogleBT maestro/install-app-lib/install-cleanapk-app.yaml +5 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,8 @@ env: # "com.woefe.shoppinglist", "com.icedblueberry.shoppinglisteasy") --- - launchApp - launchApp: foundation.e.apps.installapp.demo - tapOn: Package name - inputText: com.woefe.shoppinglist - tapOn: Install - assertVisible: INSTALLED maestro/install-app-lib/install_apk.yaml 0 → 100644 +23 −0 Original line number Diff line number Diff line # Scenario: Install app by PACKAGE_NAME through install-app-lib # Given AppLounge is configured with anonymous or Google account # And InstallAppDemo is installed # And App with PACKAGE_NAME is not installed # When user set PACKAGE_NAME in packageName field # And click Install # Then the app starts to download # And status move to DOWNLOADING, INSTALLING and finally INSTALLED appId: foundation.e.apps.installapp.demo #env: # PACKAGE_NAME: "com.woefe.shoppinglist" # # "com.woefe.shoppinglist", "com.icedblueberry.shoppinglisteasy") --- - launchApp - tapOn: Package name - inputText: ${PACKAGE_NAME} - tapOn: Install - assertVisible: DOWNLOADING - assertVisible: INSTALLING - assertVisible: INSTALLED Loading
maestro/install-app-lib/abort_install_apk.yaml 0 → 100644 +15 −0 Original line number Diff line number Diff line # Scenario: install-app-lib abort with EXPECTED_STATE on install app by PACKAGE_NAME # Given InstallAppDemo is installed # When user set PACKAGE_NAME in packageName field # And click Install # Then the status finally change to EXPECTED_STATE appId: foundation.e.apps.installapp.demo --- - launchApp - tapOn: Package name - inputText: ${PACKAGE_NAME} - tapOn: Install - assertVisible: ${EXPECTED_STATE}
maestro/install-app-lib/first_start_anonymous.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line appId: foundation.e.apps --- - launchApp: foundation.e.apps - tapOn: id: foundation.e.apps:id/agreeBT - tapOn: id: foundation.e.apps:id/anonymousBT
maestro/install-app-lib/first_start_nogoogle.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line appId: foundation.e.apps --- - launchApp: foundation.e.apps - tapOn: id: foundation.e.apps:id/agreeBT - tapOn: id: foundation.e.apps:id/noGoogleBT
maestro/install-app-lib/install-cleanapk-app.yaml +5 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,8 @@ env: # "com.woefe.shoppinglist", "com.icedblueberry.shoppinglisteasy") --- - launchApp - launchApp: foundation.e.apps.installapp.demo - tapOn: Package name - inputText: com.woefe.shoppinglist - tapOn: Install - assertVisible: INSTALLED
maestro/install-app-lib/install_apk.yaml 0 → 100644 +23 −0 Original line number Diff line number Diff line # Scenario: Install app by PACKAGE_NAME through install-app-lib # Given AppLounge is configured with anonymous or Google account # And InstallAppDemo is installed # And App with PACKAGE_NAME is not installed # When user set PACKAGE_NAME in packageName field # And click Install # Then the app starts to download # And status move to DOWNLOADING, INSTALLING and finally INSTALLED appId: foundation.e.apps.installapp.demo #env: # PACKAGE_NAME: "com.woefe.shoppinglist" # # "com.woefe.shoppinglist", "com.icedblueberry.shoppinglisteasy") --- - launchApp - tapOn: Package name - inputText: ${PACKAGE_NAME} - tapOn: Install - assertVisible: DOWNLOADING - assertVisible: INSTALLING - assertVisible: INSTALLED