extentreports-csharp icon indicating copy to clipboard operation
extentreports-csharp copied to clipboard

Unable to upload screenshots to Klov server when tests are run on Mac

Open mumat opened this issue 6 years ago • 0 comments

Screenshot upload to klov server works fine on Windows machine (development machine) but as soon as the code is run an a Mac (machine executing ui tests) I get an ArgumentException from the MultipartFormDataContent constructor in HttpMediaManagerKlov complaining about the boundary. Changing the boundary to something different or using the empty constructor should solve the issue.

mumat avatar Apr 19 '18 12:04 mumat