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

Set listTests and listSuites to lower detail if report is too big #60

Merged
merged 2 commits into from Feb 20, 2021

Conversation

dorny
Copy link
Owner

@dorny dorny commented Feb 20, 2021

If generated report exceeds maximum size of 65535 bytes it will try to render report with less details.
This PR also fixes calculation of report length. Previously it counts characters, now it calculates byte length with utf8 encoding.

closes #57

@dorny dorny merged commit 85275e4 into main Feb 20, 2021
@dorny dorny deleted the reduce-report-size branch February 20, 2021 21:42
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

Successfully merging this pull request may close these issues.

Validation Error "summary exceeds a maximum bytesize of 65535"
1 participant