Feature level @Before #2259
-
As far as I know, there are currently no hooks that work at the feature file level. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Depends on the problem you're trying to solve. If scenarios in your features depend on each other and need some common setup, then you can make your scenarios independent and your setup idempotent. You should do that anyway, that makes it possible to run your scenarios in parallel. If it is for reporting purposes, then you can use the plugin system and group scenarios by their feature after the fact. |
Beta Was this translation helpful? Give feedback.
You would do that the same way. Lazily and in such a way that the operation is idempotent.