Hi, I’m running Appium tests in feature scenarios (cucumber ruby) on iOS Physical devices, and I would like to understand if its possible to just restart the app without calling the driver_quit or start_driver between each scenario. I would like to mantain the same driver session between each test.
Thanks!