anshooarora / extentreports-java

Community version of Extent API for Java has moved to https://github.com/extent-framework/
http://extentreports.com
Other
529 stars 318 forks source link

How To Change CSS part in extent report 2.41 #1044

Open mahesh711 opened 6 years ago

mahesh711 commented 6 years ago

Summary

Expected Behavior

Current Behavior

Sample

// Sample code goes here

Environment Details

Screenshots

mahesh711 commented 6 years ago

String style = "body{background: #eceff5;font-family: 'Source Sans Pro', Arial;font-size: 17px;height: 100%;}"; //Global.report.config().addCustomStylesheet("C:\EclipseWorkSpace\DEMO\Test Automation Demo - Oracle Cloud ERP\Temp.css"); Global.report.config().insertCustomStyles(style);

above is not working for 2.41 version