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

SCENARIO OUTLINE issue - Most Frequent Failures Section issue in serenity 4 #155

Open
81akshucaptain opened this issue Sep 20, 2024 · 1 comment

Comments

@81akshucaptain
Copy link

81akshucaptain commented Sep 20, 2024

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.

@wakaleo
Copy link
Member

wakaleo commented Sep 20, 2024

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.

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