Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoWhy not use the Execution Plan to run feature files? In this example, I'm running Groups followed by Teardown feature.
- gjaiwal2 years agoOccasional Contributor
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.