Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sauceforge/sauceopsdesktop

Example of how to integrate Azure DevOps with SauceLabs in lieu of an Azure DevOps SauceLabs plugin
https://github.com/sauceforge/sauceopsdesktop

azure-devops desktop nunit nunit3 saucelabs

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://saucelabs.com) and sign up.
2. Clone [SauceOpsDesktop](https://github.com/Sauceforge/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 | |
| OPSENG_SAUCE_API_KEY | |

4. Write your Page Objects [here](https://github.com/Sauceforge/SauceOpsDesktop/tree/master/SauceOps/YourTests/PageObjects).
5. Write your Tests [here](https://github.com/Sauceforge/SauceOpsDesktop/tree/master/SauceOps/YourTests/Tests).
6. Specify the platforms you wish to test on [here](https://github.com/Sauceforge/SauceOpsDesktop/blob/master/SauceOps/Core/DataSources/PlatformTestData.cs).