Anshoo Arora

Results 176 comments of Anshoo Arora

@chik145 Have a look at the version 4 adapter here: https://github.com/extent-framework/extentreports-cucumber4-adapter

Please open the issue in the relevant adapter's repo and share the details. Would suggest removing the extentreports dependency as the adapter will resolve it anyways. ``` com.aventstack extentreports 4.0.9...

I have started porting the version 4 formatter from the official cucumber HTMLFormatter - the only remaining items are outputting examples and embed. I will be pushing this code soon,...

Here it is https://github.com/extent-framework/extentreports-cucumber4-adapter Output will be created under `test-output/AventReport/` or wherever this prop points to https://github.com/extent-framework/extentreports-cucumber4-adapter/blob/master/src/test/resources/extent.properties#L19 Please note this uses extentreports-v4 snapshot.

AppendExisting is currently not available in the C# version. Feel free to send in a pull request, I will merge.

This feature will become available to the professional version and then to community. The next professional version release is expected to become available in the next 2 weeks so sometime...

Please send a pull requests for methods with missing documentation, I will merge. Thank you.

Can you share a sample? Is this in the same test?

I don't think its a good approach to provide this option inside a constructor. I would rather do it via a property or a method, or directly use the intrinsic...

I am building the template using RazorEngine. I am not sure if it supports recursion to allow dynamic number of nested elements. Feel free to send in a pull request,...