extentreports-csharp icon indicating copy to clipboard operation
extentreports-csharp copied to clipboard

Community version of Extent API for .NET has moved to https://github.com/extent-framework/

Results 61 extentreports-csharp issues
Sort by recently updated
recently updated
newest added

This idea came from wanting to only create a test report if the test fails, so we would store the test details locally then flush them out at the end...

I have added the NUnit Nuget package to the .Tests project only, since the solution cannot build in its current state, when checked out as-is.

Often operations are composed from more low-level operations in a nested way (as higher level methods call lower level ones, etc.). If we log all the details of the low-level...

**[Not a Issue]** @Anshoo, Thank you for the wonderful work you have done! I am just curious if you could site a short example of setting up ExtentX with MongoDB...

enhancement

Hi In the java documentation i found that html report files can be reused. How can I do this with the c# version. If not available, can you also make...

I've converted the image to a base64 so that I can embed it to HTML or the report it self. However it wont work in full screen. ![image](https://user-images.githubusercontent.com/9210581/33642736-3fff4096-da76-11e7-8571-139a01a559e9.png) ![image](https://user-images.githubusercontent.com/9210581/33642749-52fd02d2-da76-11e7-95da-6aaa481fc521.png)

Hi Anshoo, I am generating Extent report like this test = extent.CreateTest(ScenarioContext.Current.ScenarioInfo.Title); test.AssignCategory(ScenarioContext.Current.ScenarioInfo.Title); But I have many examples for a scenario like eg: Scenario Outline : Valid Login Examples: |UserName|...

Hi, Sometimes I have a step that navigates to different pages and would like to have a screenshot of all of them. Can anything be done to be able to...

I am getting following error in BeforeTest method. Message: OneTimeSetUp: System.NullReferenceException : Object reference not set to an instance of an object. Code public static string sessionID; public static ExtentReports...

Hi. I am using ExtentReports 3.0.7. I am learning extent reports and having issues trying to created the file. The program runs and the Dir "test-output" is created but no...