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 @wakaleo all,
We have got the behaviour where 'Most Frequent Failures' section is unavailable when we are using "SCENARIO OUTLINE' in feature file.
We are able to see the proper Serenity Serenity Report means, we are getting 'Most Frequent Failures' section properly when we are using
"SCENARIO" alone in feature file.
You can investigate this in the code starting in home.ftl where the table is generated and in the FreemarkerContext.java class where the data is extracted from the test outcomes. If you can find the issue, you can raise a PR. If you need help implementing the fix quickly (or at all in the near future), but don't want to or don't have the resources to do it yourself, you may want to consider a commercial support contract.
Hi @wakaleo all,
We have got the behaviour where 'Most Frequent Failures' section is unavailable when we are using "SCENARIO OUTLINE' in feature file.
We are able to see the proper Serenity Serenity Report means, we are getting 'Most Frequent Failures' section properly when we are using
"SCENARIO" alone in feature file.
REPRODUCE: Just add any SCENARIO OUTLINE with example Alone... to your project - https://github.com/serenity-bdd/serenity-cucumber-starter
And see the single page HTML most frequent section.
Please help on this.
The text was updated successfully, but these errors were encountered: