How to stop driver from closing in between tests in suites (Appium / Webdriverio) – React native
I'm trying to test a react native app with the following test suite and cases: Test case files: login.ts doActionAfterLogin_A.ts Test suite: [login.ts, doActionAfterLogin_A.ts] Problem: For login.ts I want to set the desired capability appium:noReset = false because I want…