Solved
Forum Discussion
Why not use the Execution Plan to run feature files? In this example, I'm running Groups followed by Teardown feature.
This will be a good alternative for executing teardown after each feature in the Execution Plan.
But it will be great if I can run the same from AfterFeature.
If I run the Feature file separately in that case Teardown will not run after the feature file as we need to Run the Execution Plan.
Thank you.