hi,
my app need login before anything done. so I need set --no-reset to true to keep the login info . but i also need closeApp() to confirm every testcase start from the home screen .
According to https://discuss.appium.io/t/closeapp-call-doesnt-always-close-the-app/422 ,--no-reset and closeApp() can not be used at the same time.
But when I try to closeApp() with --no-reset set on windows and it works, but not on Mac.
is it possible to use closeApp() with --no-reset on Mac?
br / S