reportportal / agent-net-specflow

Report Portal agent for SpecFlow
Apache License 2.0
10 stars 4 forks source link

Specflow result #62

Closed santhosh-James closed 3 years ago

santhosh-James commented 3 years ago

Right now Reportportal shows the feature file in report and when an exception happens it create another row in the report to show the test output.

I want to log some additional information to the report. I want to do it from the [After Scenario] in specflow hook. Is there a way that I can do it?

I tried Log.Trace() in Afterscenario but it is not working consistently and only works if some exceptions happens

nvborisenko commented 3 years ago

I tried Log.Trace() in Afterscenario but it is not working consistently and only works if some exceptions happens

You are doing right. I tried and see my log messages. Please add more details.