Sha256: 92b1a578115ebacb966fdd021f8e9c0462434c626e2091c763b12d85313bef19
Contents?: true
Size: 710 Bytes
Versions: 4
Compression:
Stored size: 710 Bytes
Contents
steps: - task: NodeTool@0 inputs: versionSpec: 10.x displayName: Install Node 10.x - script: npm install -g appium@${APPIUM_VERSION} --chromedriver_version='2.44' displayName: Install appium beta - script: npm install -g mjpeg-consumer displayName: Install MJPEG Consumer - script: npm list --depth 2 -g || echo 'ok' displayName: Installed node dependencies - task: UseRubyVersion@0 inputs: versionSpec: '2.4' # so far, bundler does not work over 2.5 since it raises openssl error - script: nohup appium --relaxed-security & displayName: Run Appium in background - script: | gem install bundler; bundle install --retry=3 --jobs=4 --path vendor/bundle; displayName: Install Gems
Version data entries
4 entries across 4 versions & 1 rubygems