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
CreateLogWithAttach
test and see code.Related documentation: Log Data in ReportPortal