anshooarora / extentreports-csharp

Community version of Extent API for .NET has moved to https://github.com/extent-framework/
http://extentreports.com/
Other
47 stars 43 forks source link

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

Open mumat opened 6 years ago

mumat commented 6 years ago

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.