-
-
Notifications
You must be signed in to change notification settings - Fork 271
Reset cache between tests (particularly on iOS) #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Answering my own question:
this combined with |
@jamesmcn1 we received this questions a lot, would you mind helping to get something written in our docs? Maybe we can start with a |
Thanks for reporting! We greatly appreciate any contributions that help resolve the bug. While we understand that active contributors have their own priorities, we kindly request your assistance if you rely on this bug being fixed. We encourage you to take a look at our contribution guidelines or join our friendly Discord development server, where you can ask any questions you may have. Thank you for your support, and cheers! |
For cucumber this hook surprisingly does job for me, with default fullReset and noReset
|
Great suggestion, but....., please keep in mind that you "completely" release the session (see it as a delete session) and in the case of (physical) devices you give the device back to be cleaned. Depending on the vendor, this cleaning process might take a while, which would negatively impact the test execution. |
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:
fullReset: true
andnoReset:false
capabillity - This restarts the device without the app installed.browser.reset()
orbrowser.resetApp()
- only works for AndroidAnyone got any suggestions for this?
The text was updated successfully, but these errors were encountered: