reportportal / agent-net-vstest

Logger extension for VsTest
Apache License 2.0
8 stars 10 forks source link

How to attach screenshots #36

Closed BilalKhan199 closed 4 years ago

BilalKhan199 commented 4 years ago

Hi,

I'm unable to find an example to attach screeshots in the test, can you please share an example?

Thanks in advance, Bilal

nvborisenko commented 4 years ago

https://github.com/reportportal/example-net-vstest/blob/master/ExampleUnitTests/MsTests/MsTestClass1.cs#L42

Or

ReporPortal.Shared.Log.Info(...);
BilalKhan199 commented 4 years ago

https://github.com/reportportal/example-net-vstest/blob/master/ExampleUnitTests/MsTests/MsTestClass1.cs#L42

Or

ReporPortal.Shared.Log.Info(...);

Thank you! it works