Commit d891ff8
authored
MPT-15220: Appium tests for Welcome screen (#24)
* Create Appium baseline tests
expanded package.json with appium related entries
added test/ folder to app/ to support appium testing
added related github workflow files
* Fix appium testing workflow
moved template yml from folder to workflow root
* Pipeline fix and Reportportal integration prep
added changes for workflow files testing via appium
edited wdio.conf to prepare for reportportal integration
* Linting fixes and main update
* More linting changes
* Add pull_request trigger to test workflow
* moved workflow inputs to env
* add restore node cache step to workflow test job
* setting template workflow job default working dir
* updating template workflow node cache path
* updated template workflow node cache path
* worflow update XCUITest step
* changed template workflow appium version
* test workflow app path change
* defined outputs for test workflow
* template workflow app_path fix
* test workflow input rename
* workflow diagnostic step
* template workflow debug
* workflow change to download app archive
* workflow app url update
* workflow artifact changes
* moved download step to caller workflow from template
* editing test workflow test-ios fields
* workflow input/env fix
* changed workflow download file name
* fixed workflow upload step to upload folder
* changed workflow to build for simulator
* workflow artifact name change on upload
* workflow app name
* disabled workflow upload/download
* app path change for workflow
* set env for workflow job verify-and-install-ios
* re-add workflow up and download
* workflow upload path fix
* workflow change
* workflow upload fixes
* workflow simulator name change
* workflow change for iphone udid
* workflow change to find correct simulator
* workflow cache pathing change
* workflow XCUITest update
* workflow simplified xcuitest install
* workflow update appium discover time
* workflow fix for cache pathing
* wdio conf changed to use appium through hostname
* template workflow update to log variables
* template workflow update
* added wdio port int parsing from env variable
* appium url change
* template workflow and wdio configuration updates
* workflow guards for simulator run
* moved install app to template workflow
* workflow fixes for templates
* workflow timeout fixes
* install template change
* workflow changes moving templates under the same job
* changing templates to step based
* step template workflow changes
* added testing readme
* workflow debug trigger
* simulator hanging fix
* Fix Appium WebDriver connection using verified network URL
- Extract working network URL from Appium server logs
- Use verified URL for WebDriver connections instead of localhost
- Add connection testing before running actual tests
- Enhanced debug output to show all available connection URLs
This should resolve the UND_ERR_HEADERS_TIMEOUT error by using the
network interface URL that Appium reports as working.
* appium url workflow fix
* Add debugging output for zip path resolution
* Fix release step working directory to match other build steps
- Add working-directory: ./app to release step
- Remove 'app/' prefix from zip file path since we're now in app directory
- Update find command to search from current directory (.)
- This ensures consistent path resolution across all build steps
* Fix workflow permissions for release creation
- Change from contents: read to contents: write
- Add actions: read permission for artifact access
- This allows the workflow to create GitHub releases
* workflow updates for simulator stability
* workflow updates to ensure simulator availability
* workflow updates
* workflow default switched to release
* forcing release default for workflow
* changed download_url default for example workflow
* added testing script and workflow changes
* feat: enhance iOS testing workflow with skip-build option and remove branch triggers
- Add --skip-build/-s option to run-local-test.sh for fast iteration
- Support reusing existing builds to avoid 5-8 minute rebuild times
- Add validation to prevent conflicting build options
- Update APPIUM_IOS_TESTING.md with comprehensive workflow documentation
- Remove branch triggers from iOS workflow files (manual trigger only)
- Add appium log files to .gitignore
Performance improvements:
- Full build: ~6-8 minutes
- Skip build: ~10 seconds
- No flags: ~5 seconds
* refactor: move testing dependencies to devDependencies
- Move all Appium and WebDriverIO related packages to devDependencies
- Move @reportportal/agent-js-webdriverio to devDependencies
- Move wdio to devDependencies
- Testing functionality preserved as scripts use npx
- CI/CD workflows unaffected as they use npm ci + npx commands
* PR comments resolution
* fix: add missing @types/node dependency for CI compatibility
- Add @types/node@^20.17.10 to devDependencies
- Regenerate package-lock.json to resolve CI npm ci failures
- Fix package.json/package-lock.json sync issue in GitHub Actions1 parent 26ad92e commit d891ff8
File tree
25 files changed
+25373
-7702
lines changed- .github
- actions
- ios-install
- ios-test
- workflows
- app
- test
- pageobjects
- base
- utils
- specs
- documents
- scripts
25 files changed
+25373
-7702
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 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 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
0 commit comments