extent-framework / extentreports-java

Extent Reporting Library, Java
http://extentreports.com
Apache License 2.0
220 stars 126 forks source link

setResourceCDN(String) does not seem to work version 5.0.9 #428

Open mEklavya opened 6 months ago

mEklavya commented 6 months ago

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.

mEklavya commented 5 months ago

Dears, Any update on this?

anshooarora commented 2 months ago

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..