com.aventstack.extentreports.reporter.configuration.Theme Maven / Gradle / Ivy
package com.aventstack.extentreports.reporter.configuration;
/**
* Available themes for the HTML reporter
*/
public enum Theme {
STANDARD,
DARK
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy