I have a feature file which have multiple scenarios where one of the scenario is to add a payee and the other scenario is to delete a payee. I want to call the Add scenario in the delete one i.e if I run the delete scenario independently then the added payee should exist and the delete scenario should run successfully.
Is there a way to call one scenario from another one?