Sha256: 031bd9973b85e4d9b022c571d952e8d31cc1ef5a9c8c166835d157276078e52d
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
steps: - task: NodeTool@0 inputs: versionSpec: 11.x displayName: Install Node 11.x - script: npm install -g appium@beta --chromedriver_version='2.44' displayName: Install appium beta - script: npm install -g mjpeg-consumer displayName: Install MJPEG Consumer - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appium_lib_core-3.2.0 | ci-jobs/functional/run_appium.yml |
appium_lib_core-3.1.3 | ci-jobs/functional/run_appium.yml |