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
We are trying to use setResourceCDN method in version 5.0.9, earlier in lower version 4 or below we used this method and it was working fine
For version 4 and below, we were using like below
htmlReporter.config().setResourceCDN(ResourceCDN.EXTENTREPORTS);
For Version 5.0.9
spark.config().setResourceCDN( we are not able to use Resource CDN and it is only accepting strings). We tried EXTENTREPORTS and GITHUB as input but it is not changing anything in resources URL in final report.
is this method in use/being developed or deprecated now
Please advise.
The text was updated successfully, but these errors were encountered:
Are you having challenges downloading the resource (CSS/JS) files, report is broken, or without proper formatting?
This method was introduced as the CDN which was used previously was blocked by a few users' firewall settings. If you're facing a similar issue, I can move resources to an alternate path - the ones on extentreports.com are severely outdated..
We are trying to use setResourceCDN method in version 5.0.9, earlier in lower version 4 or below we used this method and it was working fine
For version 4 and below, we were using like below
htmlReporter.config().setResourceCDN(ResourceCDN.EXTENTREPORTS);
For Version 5.0.9
spark.config().setResourceCDN( we are not able to use Resource CDN and it is only accepting strings). We tried EXTENTREPORTS and GITHUB as input but it is not changing anything in resources URL in final report.
is this method in use/being developed or deprecated now
Please advise.
The text was updated successfully, but these errors were encountered: