microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
33ecd2a0c0005c03865d7f96c8a39da9856ade36

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.ci/smoke/smoke-tests-windows.yml

27lines · modepreview

trigger:
  - none
pr:
  - none

variables:
  vswdbotLogin: vswdbot
  appiumVersion: 1.21.0
  expoCLIVersion: latest
  smokeTestDirectory: test/smoke

jobs:
  - job: Windows
    pool:
      name: "React Native smoke tests - Windows"
    timeoutInMinutes: 85
    steps:
      - checkout: self
        clean: true
      - bash: |
          cd $APPDATA && cd ../Local
          rm -rf ./Temp/metro-cache
          rm -rf ./Temp/haste-map-metro-*
          rm -rf ./Temp/react-native-*
          rm -rf ./Yarn/Cache
        displayName: Clear RN, Yarn cache
      - template: smoke-tests-common-validation.yml