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
Not sure if a bug: test-reporter limits the length of a test report to 65535 characters. And if I understand the code correctly, test-reporter uses step summaries to display the report.
Am I looking at the wrong place for the 64k limit, or could it be that GitHub lifted that limit at some point, and test-reporter could be updated to allow 1 MB instead?
The text was updated successfully, but these errors were encountered:
Describe the bug
Not sure if a bug:
test-reporter
limits the length of a test report to 65535 characters. And if I understand the code correctly,test-reporter
uses step summaries to display the report.According to https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#step-isolation-and-limits, the limit for step summaries is 1 MB.
Am I looking at the wrong place for the 64k limit, or could it be that GitHub lifted that limit at some point, and test-reporter could be updated to allow 1 MB instead?
The text was updated successfully, but these errors were encountered: