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
Hi, is there a recommended approach to attach images to the report, in the case where the report has hundreds of scenarios and each one attaches an image (let's assume the average image size is 1-1.5MB)?
scenario.embed(bytes, "image/png")
produces a very large json file (i've generated a report file that is ~350MB) and the plugin throws an OutOfMemoryError when parsing it (i've tested this with a Jenkins heap size of 4GB). Thanks!
The text was updated successfully, but these errors were encountered:
You are correct, the problem was with Jenkins. I assumed that the plugin would run on a Jenkins slave but it's running on the master (which is underprovisioned and only had about 150MB of memory available).
Is the fact that it runs on the master intentional or should it be running on a slave?
Hi, is there a recommended approach to attach images to the report, in the case where the report has hundreds of scenarios and each one attaches an image (let's assume the average image size is 1-1.5MB)?
scenario.embed(bytes, "image/png")
produces a very large json file (i've generated a report file that is ~350MB) and the plugin throws an OutOfMemoryError when parsing it (i've tested this with a Jenkins heap size of 4GB). Thanks!
The text was updated successfully, but these errors were encountered: