appium-boilerplate icon indicating copy to clipboard operation
appium-boilerplate copied to clipboard

Reset cache between tests (particularly on iOS)

Open jamesmcn1 opened this issue 1 year ago • 5 comments

Hey guys, we are looking for a neat way to clean app data cache between tests.

I have read around various solutions none of which for for me:

  1. use fullReset: true and noReset:false capabillity - This restarts the device without the app installed.
  2. browser.reset() or browser.resetApp() - only works for Android

Anyone got any suggestions for this?

jamesmcn1 avatar Jun 12 '23 14:06 jamesmcn1