Locally in my script when I do a driver.resetApp() it closed the app and then reopens it which is perfectly fine.
My problem is that when it runs on our (cloud-based) CI tool…whenever it encounters that command it uninstalls/reinstalls the app, instead of just closing and reopening.
Could someone please advise? FYI…I am using driver.resetApp() after every scenario in my Test cases.