extentreports-csharp
extentreports-csharp copied to clipboard
Unable to upload screenshots to Klov server when tests are run on Mac
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.