extentreports-csharp
extentreports-csharp copied to clipboard
I am able to generate HTML tag in Extent report but unable to send the runtime value
HTML Tag is getting generated with following line of code.
test.Info(" ABC ");
and able to send only static value inside it.
Sending any dynamic value is not possible with this markup