Hello ,
I’m using cucumber-jvm , and trying to implement global @after method which should be executed only once after all scenario’s execution was completed.
The @After method should quit the appium driver.
Currently @After hook being executed after each running scenario , and it means that the driver should be created each time from scratch , but I do want to reuse it.
Any help will be much appreciated