checkly / public-roadmap

Checkly public roadmap. All planned features, updates and tweaks.
https://checklyhq.com
37 stars 7 forks source link

Cloudinary SDK runner support #112

Open coderkind opened 3 years ago

coderkind commented 3 years ago

💡 For general support requests and bug reports, please go to checklyhq.com/support

Is your feature request related to a problem? Please describe. I'm using Puppeteer to create screenshots of web pages, which I then upload to Cloudinary with the runner-supported Axios library. This works ok, but I've hit a couple of bugs/issues which I wouldn't have experienced had I access to and used the Cloudinary SDK (such as being able to specify breakpoints to auto-generate a series of images from the original screenshot). There seems to be a few instances where stuff doesn't work unless you use their SDK.

Describe the solution you'd like I'd like for the Cloudinary SDK to be a runner option to use in Checkly checks (providing there was a common-enough need for it of course).

Describe alternatives you've considered I'm using Axios to upload screenshots currently, which works on a basic level.

Additional context Add any other context or screenshots about the feature request here.

tnolet commented 3 years ago

Hi @coderkind I'm a little bit hesitant at this moment to add 3rd party SaaS / provider libraries to our runner. We are working on making our runner infrastructure more easy to version though. So I will note this as a request and see if others would like this too.