You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there a possibility to add attachment/screencapture in the AddResultForCase method? trClient.AddResultForCase(Convert.ToUInt64(trailID), ulong.Parse(testCaseID), status, testrailComment, null, null, defect, null);
I see that there is what you call customs that is optional parameter in the method but I don't know if that's what I'm looking for(about attaching an image). Unfortunately I don't know how to use it.
Hoping for your assistance. Thank you so much.
The text was updated successfully, but these errors were encountered:
Hello, I had planned to work on it, but never got free time for it. I could look into it, but it would require access to a working instance of Testrail to make sure its working correctly.
Hi, is there a possibility to add attachment/screencapture in the AddResultForCase method?
trClient.AddResultForCase(Convert.ToUInt64(trailID), ulong.Parse(testCaseID), status, testrailComment, null, null, defect, null);
I see that there is what you call customs that is optional parameter in the method but I don't know if that's what I'm looking for(about attaching an image). Unfortunately I don't know how to use it.
Hoping for your assistance. Thank you so much.
The text was updated successfully, but these errors were encountered: