Forum Discussion

slecault's avatar
slecault
Contributor
3 years ago
Solved

Start Appium mobile test without reinstalling the app

Hello,   New to Appium mobile testing (try to migrate from legacy mobile testing:-).   How do we run a mobile test without re-installing the mobile app each time. Current situation:  our app has...
  • hkim5's avatar
    3 years ago

    this is pure guesing, but :

     

    with the caps you have here:

    "appPackage": "com.myCie.pjc",
    "appActivity" : "myCie.views.pages.root.RootPage",
    "noReset" : "true",
    "fullReset" : "false"

     

    i feel like you can get rid of the "app" capability to the the path of your apk, and given the app is already on your android device, appium should be able to start the app given the 4 caps above without reinstalling from scratch.