Replies: 3 comments
-
Appium Logs : [HTTP] --> POST /session {"capabilities":{"firstMatch":[{"appium:app":"/users/svc-pspc-devops/BeOnPTT.apk","appium:appActivity":"com.harris.rf.beonptt.android.ui.MainActivity","appium:appPackage":"com.harris.rf.beonptt.android.ui","appium:automationName":"UIAutomator2","appium:bitbar_findDevice":false,"appium:deviceName":"Galaxy XCover6 Pro","appium:nativeWebScreenshot":true,"appium:newCommandTimeout":"300","appium:noReset":true,"appium:platformVersion":"14","platformName":"android"}]}} Logs where it force stop the application and reset it [ADB] Getting install status for com.harris.rf.beonptt.android.ui |
Beta Was this translation helpful? Give feedback.
-
Please try the same with the most recent driver and server version |
Beta Was this translation helpful? Give feedback.
-
Upgrading driver helped. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I'am trying to automate android mobile application testing using Appium and TestComplete. I donot want to reinstall the application everytime and thus I'am passing noReset:true capability to Appium server.
Even though the noReset:true capability is passed , I see the below logs in Appium where appium tries to reset the application data
Performing fast reset on 'com.app'
Running adp -p 5037 -s devicename shell am force-stop "app"
Running adb -P 5037 -s devicename shell pm clear "app"
performed fast rest on the installed application(stop and clear)******
I also tried passing fullReset:false and skipDeviceinitialization:true . nothing works and application is getting reset sometimes. It does work at times. I have observed that it resets data after 4 rounds of testing with the same application
How do I stop Appium from resetting application data even after mutiple rounds of testing with the same application instance?
Beta Was this translation helpful? Give feedback.
All reactions