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
The html reports need to be usable as email or bugtracker attachments.
This means that <script src="myscript.js"> and <link rel="stylesheet" type="text/css" href="mystyle.css"> are inappropriate.
The fix is simple: inline the code rather than trying to http GET it.