microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.ci/smoke/smoke-tests-mac.yml
20lines · modecode
| 1 | trigger: |
| 2 | - none |
| 3 | pr: |
| 4 | - none |
| 5 | |
| 6 | variables: |
| 7 | vswdbotLogin: vswdbot |
| 8 | appiumVersion: 1.22.2 |
| 9 | expoCLIVersion: latest |
| 10 | smokeTestDirectory: test/smoke |
| 11 | |
| 12 | jobs: |
| 13 | - job: macOS |
| 14 | pool: |
| 15 | name: "React Native smoke tests - macOS" |
| 16 | timeoutInMinutes: 110 |
| 17 | steps: |
| 18 | - checkout: self |
| 19 | clean: true |
| 20 | - template: smoke-tests-common-validation.yml |
| 21 | |