Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After scenario is not displaying the tag name #247

Open
CrazyMunda opened this issue Nov 21, 2020 · 2 comments
Open

After scenario is not displaying the tag name #247

CrazyMunda opened this issue Nov 21, 2020 · 2 comments

Comments

@CrazyMunda
Copy link

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
Copy link
Member

wakaleo commented Nov 21, 2020

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

@CrazyMunda
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants