@@ -8,90 +8,6 @@ parameters:
8
8
CI : true
9
9
10
10
jobs :
11
- - job : func_test_android_base
12
- pool :
13
- vmImage : ${{ parameters.vmImage }}
14
- variables :
15
- CI : ${{ parameters.ci }}
16
- ANDROID_SDK_VERSION : ${{ parameters.androidSDK }}
17
- IGNORE_VERSION_SKIP : ${{ parameters.ignoreVersionSkip }}
18
- APPIUM_VERSION : ${{ parameters.appiumVersion }}
19
- strategy :
20
- matrix :
21
- uiautomator2 :
22
- APPIUM_DRIVER : uiautomator2
23
- espresso :
24
- APPIUM_DRIVER : espresso
25
- steps :
26
- - template : ./functional/android_setup.yml
27
- - template : ./functional/run_appium.yml
28
- - script : bundle exec rake test:func:android TESTS=test/functional/android/driver_test.rb,test/functional/android/patch_test.rb
29
- displayName : Run tests func_test_android_base
30
- - template : ./functional/publish_test_result.yml
31
-
32
- - job : func_test_android_webdriver
33
- pool :
34
- vmImage : ${{ parameters.vmImage }}
35
- variables :
36
- CI : ${{ parameters.ci }}
37
- ANDROID_SDK_VERSION : ${{ parameters.androidSDK }}
38
- IGNORE_VERSION_SKIP : ${{ parameters.ignoreVersionSkip }}
39
- APPIUM_VERSION : ${{ parameters.appiumVersion }}
40
- strategy :
41
- matrix :
42
- uiautomator2 :
43
- APPIUM_DRIVER : uiautomator2
44
- espresso :
45
- APPIUM_DRIVER : espresso
46
- steps :
47
- - template : ./functional/android_setup.yml
48
- - template : ./functional/run_appium.yml
49
- - script : bundle exec rake test:func:android TESTS=test/functional/android/webdriver/create_session_test.rb,test/functional/android/webdriver/device_test.rb,test/functional/android/webdriver/w3c_actions_test.rb
50
- displayName : Run tests func_test_android_webdriver
51
- - template : ./functional/publish_test_result.yml
52
-
53
- - job : func_test_android_android1
54
- pool :
55
- vmImage : ${{ parameters.vmImage }}
56
- variables :
57
- CI : ${{ parameters.ci }}
58
- ANDROID_SDK_VERSION : ${{ parameters.androidSDK }}
59
- IGNORE_VERSION_SKIP : ${{ parameters.ignoreVersionSkip }}
60
- APPIUM_VERSION : ${{ parameters.appiumVersion }}
61
- strategy :
62
- matrix :
63
- uiautomator2 :
64
- APPIUM_DRIVER : uiautomator2
65
- espresso :
66
- APPIUM_DRIVER : espresso
67
- steps :
68
- - template : ./functional/android_setup.yml
69
- - template : ./functional/run_appium.yml
70
- - script : bundle exec rake test:func:android TESTS=test/functional/android/android/device_test.rb
71
- displayName : Run tests func_test_android_android1
72
- - template : ./functional/publish_test_result.yml
73
-
74
- - job : func_test_android_android2
75
- pool :
76
- vmImage : ${{ parameters.vmImage }}
77
- variables :
78
- CI : ${{ parameters.ci }}
79
- ANDROID_SDK_VERSION : ${{ parameters.androidSDK }}
80
- IGNORE_VERSION_SKIP : ${{ parameters.ignoreVersionSkip }}
81
- APPIUM_VERSION : ${{ parameters.appiumVersion }}
82
- strategy :
83
- matrix :
84
- uiautomator2 :
85
- APPIUM_DRIVER : uiautomator2
86
- espresso :
87
- APPIUM_DRIVER : espresso
88
- steps :
89
- - template : ./functional/android_setup.yml
90
- - template : ./functional/run_appium.yml
91
- - script : bundle exec rake test:func:android TESTS=test/functional/android/android/search_context_test.rb,test/functional/android/android/mjpeg_server_test.rb
92
- displayName : Run tests func_test_android_android2
93
- - template : ./functional/publish_test_result.yml
94
-
95
11
- job : func_test_android_android3
96
12
pool :
97
13
vmImage : ${{ parameters.vmImage }}
151
67
steps :
152
68
- template : ./functional/android_setup.yml
153
69
- template : ./functional/run_appium.yml
154
- - script : bundle exec rake test:func:android TESTS=test/functional/android/android/image_comparison_test.rb
70
+ - script : bundle exec rake test:func:android TESTS=test/functional/android/android/image_comparison_test.rb,test/functional/android/android/mjpeg_server_test.rb
155
71
displayName : Run tests func_test_android_opencv
156
72
- template : ./functional/publish_test_result.yml
0 commit comments