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
Is your feature request related to a problem? Please describe.
We are using Jenkins for builds and we are attaching mutation html report as artefact.
Problem is, when I click on report I see only that custom elements are not supported.
Root cause are security policies for downloading/linking files from html file for JS files.
User receive errors from loading JS files.
Describe the solution you'd like
It would be best, if all 3 required files would be inlined in one html report.
We would not need any alowance and sending over this report would be far easier then using compressed files.
The text was updated successfully, but these errors were encountered:
Thanks @HonzaMac for opening this feature request.
I've tried to merge it all into one file once before. However this poses a problem if your JavaScript source code has a string '</script>', as it will close the html script tag. I didn't want to spent a ton of time investigating it.
Do you know a way around the issue? Otherwise I guess we could enable it with an optional config setting.
Is your feature request related to a problem? Please describe.
We are using Jenkins for builds and we are attaching mutation html report as artefact.
Problem is, when I click on report I see only that custom elements are not supported.
Root cause are security policies for downloading/linking files from html file for JS files.
User receive errors from loading JS files.
Describe the solution you'd like
It would be best, if all 3 required files would be inlined in one html report.
We would not need any alowance and sending over this report would be far easier then using compressed files.
The text was updated successfully, but these errors were encountered: