Sha256: 1d854b981580e022d821d701003d6b58199248ef39139cf4e168100352987689
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 Bytes
Contents
steps: - task: NodeTool@0 inputs: versionSpec: 10.x displayName: Install Node 10.x - script: npm install -g appium@${APPIUM_VERSION} 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: | mkdir -p test/report nohup appium --relaxed-security --log-timestamp --log-no-colors > test/report/appium.out 2>&1 & displayName: Run Appium in background - script: | gem install bundler; bundle install --retry=3 --jobs=4 --path vendor/bundle; displayName: Install Gems
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appium_lib_core-3.11.0 | ci-jobs/functional/run_appium.yml |
appium_lib_core-3.10.1 | ci-jobs/functional/run_appium.yml |