Running multiple tests without closing the app

Hi,
I’m running many tests on a hybrid app, with appium and PHPunit.
Currently every individual test opens and closes the app.
This makes the tests much longer and I would like to avoid this behavior by having the app opened the whole time, and between each test clear data and cookies.

Is this possible?

Thanks