appium-boilerplate
appium-boilerplate copied to clipboard
Reset cache between tests (particularly on iOS)
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:
- use
fullReset: true
andnoReset:false
capabillity - This restarts the device without the app installed. -
browser.reset()
orbrowser.resetApp()
- only works for Android
Anyone got any suggestions for this?