Skip to content

What is the maximum amount of unittest case data supported? #1529

Closed Answered by baev
xushaoxiao asked this question in Questions & Support
Discussion options

You must be logged in to vote

allure loads all the results into RAM during report generation. And it may take it a while.

But the main issue would be the generated report itself, a single DOM will be created for list of all the results, and I doubt any browser can handle the DOM of 6GB.

I have no issues generating report of 300k junit.xml test results, the report laggy but it works.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by baev
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1507 on December 14, 2021 11:32.