Any cucumber Before and After hook at a feature level Any cucumber Before and After hook at a feature level selenium selenium

Any cucumber Before and After hook at a feature level


The following contains many of the avialable hooks:http://zsoltfabok.com/blog/2012/09/cucumber-jvm-hooks/

Similar to junit it appears there is an annotationo for @Before and @After


Cucumber does not support hooks on feature levels like specflow having @BeforeFeature and @AfterFeature tags. This is open issue https://github.com/cucumber/cucumber-jvm/issues/515