Is it possible to run tests (within the same test class) via your system one after the other without launching and crashing the app each time?
Hi Dipen Soni,
Every test is run with a separate xcuibuild command so all test cases are run independently. That’s why you see the app getting restarting every time.