You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: