Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.11 KB

SauceOpsDesktop

Example of how to integrate Azure DevOps with SauceLabs Desktop Platforms in lieu of an Azure DevOps SauceLabs plugin.

How To

  1. Go to SauceLabs and sign up.
  2. Clone SauceOpsDesktop and commit to Azure Repos in your Azure DevOps project.
  3. 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>
  1. Write your Page Objects here.
  2. Write your Tests here.
  3. Specify the platforms you wish to test on here.