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

How to stop generating serenity's index.html file #3249

Closed
akshayrane308 opened this issue Aug 31, 2023 · 4 comments
Closed

How to stop generating serenity's index.html file #3249

akshayrane308 opened this issue Aug 31, 2023 · 4 comments
Labels

Comments

@akshayrane308
Copy link

I know how to generate serenity summary report but I don't know how to stop generating smaller html reports for each and every scenario followed by index.html at the end of the whole test run.
Is there a way to achieve this mechanism?

@wakaleo
Copy link
Member

wakaleo commented Aug 31, 2023

This is an integral part of the Serenity reporting mechanism. The serenity reports are generated by the aggregate goal. If you don't want the full Serenity report, don't call the aggregate goal at the end of your tests.

@akshayrane308
Copy link
Author

Thanks a lot @wakaleo for quick turnaround. Is there any specific goal currently exist or can be put in next release which will generate only a result.csv which will show entire test result stats along with failure screenshot file name corresponding to failed tests by consuming all corresponding scenarios' json and xml files.

@wakaleo
Copy link
Member

wakaleo commented Aug 31, 2023

No currently, but if you think this would be valuable for you and would benefit from having it quickly, you have a couple of options:

@akshayrane308
Copy link
Author

Thank you so much @wakaleo this helps!

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

No branches or pull requests

2 participants