Registrieren

Registierung erfolgt in Kürze...
Fleebs-Logo
Details werden geladen...

Best practice question? New driver per test? Or reset app between tests, keeping driver alive - Support - Appium Discuss

Hello all, Looking for how other teams perform cleanup between tests. I currently create a driver per thread and reset app between tests, keeping the driver live throughtou the life of the test run, however with the removal of resetApp, I’m thinking that I shoudl create a deriver per test? create in before hook, .quit in the after hook. I feel this would add time to the tests, but at least it would be a fully clean driver instance. And my custom resetApp method is against what I believe is the ...