Hi,
I have a situtation where I need to exit the app than reopen it to see if some input data presists.
However everytime I call driver.launch_app() method, the app got reset.
I tried to set the capabilities noReset, it worked but I still want the app to be reset between different tests.
I am using appium ruby.