Example of how to integrate Azure DevOps with SauceLabs Mobile Platforms in lieu of an Azure DevOps SauceLabs plugin.
- Go to SauceLabs and sign up.
- Clone SauceOpsMobile and commit to Azure Repos in your Azure DevOps project.
- Add two private variables to your pipeline:
Name | Value |
---|---|
OPSENG_SAUCE_USER_NAME | <USER NAME field @ https://app.saucelabs.com/user-settings> |
OPSENG_SAUCE_API_KEY | <Access Key field @ https://app.saucelabs.com/user-settings> |