Open turing85 opened 2 years ago
It would be awesome if quarkus-cucumber provided a @ScenarioScoped annotation, just like cucumber-guice and cucumber-spring do.
quarkus-cucumber
@ScenarioScoped
cucumber-guice
cucumber-spring
I have an implementation ready; it is based on the code of #119. I'll open a PR as soon as #119 is merged. Can you assign this issue to me?
@bmscomp Can we close this issue now that the PRs have been merged?
It would be awesome if
quarkus-cucumber
provided a@ScenarioScoped
annotation, just likecucumber-guice
andcucumber-spring
do.