serenity-bdd / serenity-jbehave

The Serenity integration for JBehave
39 stars 34 forks source link

After scenario is not displaying the tag name #247

Open CrazyMunda opened 3 years ago

CrazyMunda commented 3 years ago

Hi All, I am trying to write some specific step based on given tags for scenario . But my After scenario is not picking the tags and i am not sure what i am missing here. I am using Serenity and JBehave in my story file i am using META:@test and in my step definitions i am using @AfterScenario public void AfterScenario( @ Named("test") String Testname) // but testname is always coming empty { { } } Am i missing anything here. Thanks for the help.

wakaleo commented 3 years ago

Serenity doesn't manage JBehave execution, so this sound's like a JBehave issue.

CrazyMunda commented 3 years ago

aha. SO it's only jbehave question. Not jbehave with serenity. In case if you have any idea on this . can you please let me know. Thanks for all the help.