Christoph Läubrich
Christoph Läubrich
@drivera73 I fully agree that this would be helpful and I'm partly tried to implement something in this direction but that's a little bit cumbersome because you have to adjust...
@mpkorstanje its been a while but now I'm back to the topic and whonder if in the meanwhile there is some support to supply a set of source/classfiles and let...
Maybe Scenario could contain a `getCurrentStep()` method that way it won't be needed to enhance the existing annotations. See also #1713 acess to the Glue Classes from a before/after step...
> This will help to add implementation like, common step level log. as @darsh9292 mentioned logging here, one might want to add information from the current step to the [MDC](http://www.slf4j.org/api/org/slf4j/MDC.html),...
Just wanted to give a hint why @darsh9292 might has use for this. Returning null if there is no actual current step seems appropriate to me. A plug-in might be...
Is there a complete description somewhere what event contain what information and when they are are and so on for the plugin API? Maybe that's not always clear, I personally...
I must confess I always found the annotation method more powerful, readable and easy to use. Its also easier for tools to handle them and give good advice. Code is...
> This is quite unlike the other Cucumber implementations where the shared context (world) is an explicit concept. And in other Cucumber implementations this shared context can be used even...
@rmannibucau of course its possible to maybe write your own Lamda Impl for cucumber as well... the point is, that at least one plain injection mechanism should be supported by...
I never wrote cucumber should "reimplement" anything. Pure cucumber-core does not support injection and/or "world" concept and that's the only reason why people are forced to use static fields to...