I have a suite with about 200 tests and I do not use driver.quit() after each test.
But I initialize a new driver instance before each test and don’t have any problems.
I removed the string context.driver.quit() from the after_feature section. but now my next test doesn’t start. I declare сapabilitities in the before_feature section