We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67df100 commit aa0c180Copy full SHA for aa0c180
ci-jobs/functional_test.yml
@@ -203,6 +203,8 @@ jobs:
203
steps:
204
- template: ./functional/android_setup.yml
205
- template: ./functional/run_appium.yml
206
+ - script: npm install -g appium opencv4nodejs@4.17.0
207
+ displayName: Install opencv4nodejs@4.17.0
208
- script: bundle exec rake test:func:android TESTS=test/functional/android/android/image_comparison_test.rb,test/functional/android/android/mjpeg_server_test.rb
209
displayName: Run tests
210
- template: ./functional/publish_test_result.yml
0 commit comments