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
When configured to store screenshot files using "storeScreenshots: true," I was expecting it to stop storing them inline in the HTML. So the screenshots are stored in files, but not referenced by the HTML, and are duplicates inline in the HTML. This is using twice the disk space. Have I misunderstood this setting?
If correct, are there any objections to adding a new option "inlineScreenshots" which defaults to true? When false, the HTML report would include the image using an img tag, and link to the image file.
The text was updated successfully, but these errors were encountered:
storeScreenshots is a flag which store screenshots locally on the disk if storeScreenshots:true otherwise it would only include on HTML report. In anycase, either true or false, the screenshots would be on HTML as inline. This flag does not control the Inline Screenshots.
Please create the feature request if you are looking for any specific feature.
When configured to store screenshot files using "storeScreenshots: true," I was expecting it to stop storing them inline in the HTML. So the screenshots are stored in files, but not referenced by the HTML, and are duplicates inline in the HTML. This is using twice the disk space. Have I misunderstood this setting?
If correct, are there any objections to adding a new option "inlineScreenshots" which defaults to true? When false, the HTML report would include the image using an img tag, and link to the image file.
The text was updated successfully, but these errors were encountered: