I am new to Cucumber and getting acquainted with it.
But in my framework i have @Before and @After methods, which executes before & after every scenario.
But i need to little cleaning before my scenarios getting executed. For that i want a similar functionality of @BeforeSuite from TestNG.
Can someone help to get the pointers about it?