App restart after each test

Hello! I’m using Appium and AltUnityTester to test in a real device.Currently, after each test file the app restarts but it’s not quite useful… I tried setting the cappabilities fullReset=False and noReset=True but either it’s not working properly or the problem is something else.

I’m setting the driver each test but I’m not sure this is the correct workflow. Does the driver has to be the same all the session? Thanks!

try -> http://appium.io/docs/en/writing-running-appium/caps/ -> dontStopAppOnReset

PS but i do not recommend it. Imagine you have 100 tests where 10% fail. So with 10% you will have some unknown screen. While when you start app, you will have some known screen and tests are more independent.