Skip to content

Quick Start for Beta Testing with Sauce Labs. _Powered by TestFairy™_

License

Notifications You must be signed in to change notification settings

kmissoumi/sauce-101-beta-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sauce Labs Quick Start

Mobile Beta Testing Edition

Powered by TestFairy™


This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.


🚀 Sign Up for a free trial at Sauce Labs ‼️
📄 Mobile Beta Testing Documentation
📄 Mobile Beta Testing API
📄 5 Minute Onboarding Video
📄 My Demo App (SDK Reference Implementation)
📄 saucelabs Documentation Home
📄 saucelabs Knowledge Base


Setup


Collect Account Info

You will need your TestFairy Access Key to use the buildEnv script.
The script uploads various configurations of the Sauce Labs My Demo App to simulate a realistic app distribution dashboard.


Upload Apps

repoURL="https://github.com/kmissoumi/sauce-101-beta-testing"
release="orange-0.0.1"

# clone repo
git clone ${repoURL} && cd sauce-101-beta-testing

# download my demo app
curl --get --location ${repoURL}/releases/download/${release}/my-demo-app.apk --output apps/my-demo-app.apk
curl --get --location ${repoURL}/releases/download/${release}/my-demo-app.ipa --output apps/my-demo-app.ipa

# set your access key
export TESTFAIRY_ACCESS_KEY=""

# off blast!
./buildEnv

Import Users and Groups



Configure


Project Settings

The group assignments are managed per app. Navigate to the Apps Menu and select My Demo App Android. The default tab shows you all the available _builds. You can assign default groups to each project, and you can also invite testers to a specific build as needed.

The 2nd Landing Page

The 3rd time allows you to manage the default _[Permissionsdefault group is also configurable on the permissions tab.

Hopefully these quick start assets have aided in your discovery of the Sauce Labs Beta Testing toolkit. Please review the documentation for the latest configuration and

About

Quick Start for Beta Testing with Sauce Labs. _Powered by TestFairy™_

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages