Commit e85a9a9
authored
Update plugins and dependencies to latest compatible versions (#27)
* Update plugins and dependencies to latest compatible versions
- Update license year
- Update appium installation scripts
- Update settings and pipeline to use appium3
- Update android emulator and ios simulator versions
- use macOS-14 in azure pipelines and in github actions
* - fix Android SDK configuration steps
- set proper iOS simulator OS version
- use Java 17 in GH actions for android sdkmanager
* - setup sonarqube project
- use macos-14-large image in GH actions
- fix review issues and assess sonarqube issues
* - use macos-12 image and java 11 in GH actions
- reorder/reworked steps for Android and iOS configurations in ADO
* - use macos-14 image and java 17 in GH actions, arm64-v8a arch for android emulator
- add more logging to ios sim setup id ADO
* - use macos-14 image and java 11 in GH actions, linux-latest image for android emulator
- use ios 17.0 simulator in ADO, add emulator start args -no-snapshot-save -no-window -camera-back none
* - use java 17 in GH actions for android emulator
* - use ios 17.0 in GH actions
* - use XCODE v 15.0.1 in Azure pipeline for iOS
* - Create a fresh simulator in Azure pipeline for iOS
* - Erase then boot simulator in Azure pipeline for iOS
* - Fail fast if the simulator UID isn't resolved and ensure a blocking wait.
- Cache key should include all AVD configuration parameters.
* - Create a fresh simulator in Azure pipeline for iOS
* - fix SIM_UID after creation
* - fix IOS_VERSION_TYPE
* - fix IOS_VERSION_TYPE
* - revert to erasing device then boot ${IOS_SIM_ID} simulator"
- Resetting CoreSimulator services and retry1 parent 876420d commit e85a9a9
File tree
9 files changed
+194
-79
lines changed- .github/workflows
- aquality-appium-mobile-template-testng
- aquality-appium-mobile-template/src/main/resources
- scripts
9 files changed
+194
-79
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
51 | 79 | | |
52 | 80 | | |
53 | 81 | | |
| |||
61 | 89 | | |
62 | 90 | | |
63 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
64 | 95 | | |
65 | 96 | | |
66 | 97 | | |
| |||
80 | 111 | | |
81 | 112 | | |
82 | 113 | | |
83 | | - | |
| 114 | + | |
| 115 | + | |
84 | 116 | | |
85 | 117 | | |
86 | 118 | | |
87 | | - | |
| 119 | + | |
88 | 120 | | |
89 | 121 | | |
90 | 122 | | |
91 | | - | |
| 123 | + | |
92 | 124 | | |
93 | 125 | | |
94 | | - | |
| 126 | + | |
95 | 127 | | |
96 | 128 | | |
97 | 129 | | |
| |||
107 | 139 | | |
108 | 140 | | |
109 | 141 | | |
| 142 | + | |
110 | 143 | | |
111 | 144 | | |
112 | 145 | | |
| |||
138 | 171 | | |
139 | 172 | | |
140 | 173 | | |
141 | | - | |
| 174 | + | |
142 | 175 | | |
143 | 176 | | |
144 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 32 | | |
39 | 33 | | |
40 | 34 | | |
| |||
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
48 | | - | |
| 42 | + | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
54 | | - | |
| 48 | + | |
55 | 49 | | |
56 | 50 | | |
57 | 51 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments