I'd like to send a binary attachment to Report Portal with .net client. How can I do it?
How can I send files / pictures to Report Portal with .net client?
2.9k views Asked by Dmitriy Gumeniuk At
1
I'd like to send a binary attachment to Report Portal with .net client. How can I do it?
Example is in Tests project.
https://github.com/reportportal/client-net/blob/master/ReportPortal.Client.Tests/LogItem/LogItem.cs
Find
CreateLogWithAttachtest and see code.Related documentation: Log Data in ReportPortal