Thanks for the good work with this library, works really well. I was wondering, how would I get access to the scenario data prior to my features been run. I can see that in the cucumber JVM version there is the ability to use cucumber.annotation.Before and decorate a method but I am unsure how to do this here. I basically need to do some different pre setup depending on the tags I specify.
Hey,
Thanks for the good work with this library, works really well. I was wondering, how would I get access to the scenario data prior to my features been run. I can see that in the cucumber JVM version there is the ability to use
cucumber.annotation.Before
and decorate a method but I am unsure how to do this here. I basically need to do some different pre setup depending on the tags I specify.Cheers, Chris