com.aventstack.extentreports.ResourceCDN Maven / Gradle / Ivy
package com.aventstack.extentreports;
/**
* Allows selecting a CDN/resource loader for your HTML Reporter
*
* Note: Some hosts do not allow loading resources via HTTPS protocol:
*
*
* - ExtentReports
*
*
*/
public enum ResourceCDN {
GITHUB,
EXTENTREPORTS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy