We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dfc1a commit 80c2c07Copy full SHA for 80c2c07
ci-jobs/functional_test.yml
@@ -78,6 +78,8 @@ jobs:
78
parameters:
79
xcodeVersion: 10.1
80
- template: ./functional/run_appium.yml
81
+ - script: npm install -g appium opencv4nodejs@4.17.0
82
+ displayName: Install opencv4nodejs@4.17.0
83
- script: bundle exec rake test:func:ios TESTS=test/functional/ios/ios/device_wda_attachment_test.rb,test/functional/ios/ios/image_comparison_test.rb
84
displayName: Run tests
85
- template: ./functional/publish_test_result.yml
0 commit comments