Uploading apk & ipa to Sauce Labs cloud

If anybody is running Appium tests on Sauce Labs cloud, you know you’ll have to upload your app first to Sauce Storage using curl according to docs. So, I created a simple module in node that upload s your app to Sauce Storage before running the test;
sauce-uploader

There’s an example on how to use it in node, and i’m finishing an example in python.

Hope everyone found it useful, and save you sometime as it did for me.

3 Likes