anshooarora / extentreports-java

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

config deprecated in 2.10 ? #286

Closed drormik closed 8 years ago

drormik commented 8 years ago

if i used the command-

    extent.config()
    .documentTitle("User Management Sanity")
    .reportName("login sanity")
    .reportHeadline("");

what should i replace it with ?

testphreak commented 8 years ago

If using 2.10 then no. If using 2.40+, then yes.

http://extentreports.relevantcodes.com/java/version2/docs.html#configuration

drormik commented 8 years ago

thanks

kenston commented 8 years ago

Will we still be able to dynamically set the headline or report name at runtime without writing and loading files?

surivikas commented 7 years ago

extent.config() .documentTitle("User Management Sanity") .reportName("login sanity") .reportHeadline("");

what is the alternative for the above code