Anshoo Arora
Anshoo Arora
For 2, there was a linear template in one of the older versions which can be revived with all sections on a single page. Marking this as an enhancement.
Please use this package: https://www.nuget.org/packages/ExtentReports/4.1.0, let me know if the issue persists?
@Brian-Watson Can you check with [4.1.0-beta-1](https://www.nuget.org/packages/ExtentReports/4.1.0-beta1)?
@CMALD Thank you, I will try my best to improve the documentation further. PS. With version 4, Community and Professional version APIs are exactly the same, with the exception of...
Docs updated: * Community vs pro: http://extentreports.com/docs/versions/4/net/#community-vs-pro * Examples: http://extentreports.com/docs/versions/4/net/#examples * Helper classes: http://extentreports.com/docs/versions/4/net/#helper-classes Will try to improve them further..
@beloquintana Please use [this config](https://github.com/extent-framework/extentreports-csharp/blob/master/config/html-config.xml). As @HamzaMirza pointed out, the configuration entries have changed from "scripts"->"js" and "styles"->"css".
Also - if possible, I would suggest using version 4.1.0-beta1 from nuget with ExtentHtmlReporter and let me know if you continue to have issues.
Hi - more details would help. Which reporter? Can you share the config.xml?
@vzenzo The `@AfterStep` issue is currently in progress, use version `1.0.12-SNAPSHOT`. I will mark the color issue in the API. Ref: https://github.com/extent-framework/extentreports-java/issues/144
Regarding system info, this is currently not possible through configuration files. However, you can use: ``` ExtentService.getInstance().setSystemInfo(k, v); ```