Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sauceforge/sauceopsmobile
Saucery for Azure Devops Mobile Platforms
https://github.com/sauceforge/sauceopsmobile
azure-devops mobile nunit nunit3 saucelabs
Last synced: about 1 month ago
JSON representation
Saucery for Azure Devops Mobile Platforms
- Host: GitHub
- URL: https://github.com/sauceforge/sauceopsmobile
- Owner: Sauceforge
- Created: 2020-02-29T06:17:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:49:29.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:42:09.172Z (9 months ago)
- Topics: azure-devops, mobile, nunit, nunit3, saucelabs
- Language: C#
- Size: 3.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SauceOpsMobile
Example of how to integrate Azure DevOps with SauceLabs Mobile Platforms in lieu of an Azure DevOps SauceLabs plugin.## How To
1. Go to [SauceLabs](https://saucelabs.com) and sign up.
2. Clone [SauceOpsMobile](https://github.com/Sauceforge/SauceOpsMobile) 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/SauceOpsMobile/tree/master/SauceOps/YourTests/PageObjects).
5. Write your Tests [here](https://github.com/Sauceforge/SauceOpsMobile/tree/master/SauceOps/YourTests/Tests).
6. Specify the platforms you wish to test on [here](https://github.com/Sauceforge/SauceOpsMobile/blob/master/SauceOps/Core/DataSources/PlatformTestData.cs).