extentreports-csharp
extentreports-csharp copied to clipboard
Extent Reporting Library, .NET
Hi @anshooarora I am using ExtentReport 5.0.4 with C# MSTest framework. In all the reports generated, some UI elements overlap each other especially when test case description takes up more...
private int currentScenarioNumber = 0; private int currentScreenshotNumber = 0; private ExtentTest currentTestReport; private ExtentReports extentReports; private string currentStep; private void InitExtentReports() { try { if (extentReports == null) {...
Options to configure my view order when opening the report are not available. I am using v5.0.4
Does the merge support overwriting of existing tests? Say I have 2 extent json from 2 runs and both have the same test case result, does the merge overwrites the...
When running my tests through GitHub Actions, this warning is appearing in the logs: warning NU1904: Package 'System.Drawing.Common' 5.0.0 has a known critical severity vulnerability, https://github.com/advisories/GHSA-rxg9-xrhp-64gj According to the dependency...
The Timeline on the Dashboard is showing wrong numbers, see screenshot for more information: - it seems, that the decimal seperator inside of the json is a "," (comma) and...