-
Notifications
You must be signed in to change notification settings - Fork 34
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
report.tagtypes not working as intended with serenity-Jbehave version 1.44.0 #217
Comments
All of the new living doc features are as a rule designed for Cucumber, so mileage may vary with JBehave. |
Oh okay . Thanks for such a prompt response ! |
You can try with:
|
But to take advantages of all the Serenity BDD features, Cucumber is better. |
Problem with using @tags with JBehave : When executing with JBehave meta filter enabled "+tags Product:ABC " , scenario is also getting excluded from execution . ( JBehave is overriding inherited story meta for @tags) For this reason , I need to provide TestType with a different tag ( and not @tag/tags) . Any other workaround , please ! |
In that case I don’t have a solution other than to use Cucumber |
Hi
Trying the new feature to diplay custom tags under Functional Coverage using 'report.tagtypes' .
It doesnt seem to work ( not able to see TestType and Module data in generated Serenity Report for below meta )
Meta:
@TestType:Regression
@module:Talos
Serenity Core version : 2.0.17
Serenity-JBehave version - 1.44.0
Added below to serenity.properties :
report.tagtypes = testType,module,feature
Please revert . Thank you so much !
The text was updated successfully, but these errors were encountered: