What is the difference? When I specify fullReset=true and noReset=false capabilities my app gets installed when I instantiate the driver, but then a closeApp call closes the simulator, restarts it, and REINSTALLS the app!
When I specify fullReset=true and noReset=true the app DOES NOT get installed when I instantiate the driver.
Note that in all cases I do not provide any “resetting” options when starting the server. The only one I use that MAY have an effect is --session-override
I need the following:
Instantiating the driver installs the app
The freedom to at any time close and re-open the app WITHOUT re-installing the app
Please, how can I do that? If anyone else is doing that (and I suspect there are thousands of you) I would love to see how you do it, step-by step, in desired capabilities and when starting the server