Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sauceforge/sauceopsdesktop
- Owner: Sauceforge
- Created: 2020-02-04T04:44:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:41:04.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:42:09.668Z (9 months ago)
- Topics: azure-devops, desktop, nunit, nunit3, saucelabs
- Language: C#
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).