{
"ui": {
"timeout": {
"implicit_wait": 10,
"explicit_wait": 30,
"page_load_timeout": 30,
"script_timeout": 10,
"highlight_delay": 100
},
"screenshot": {
"enabled": true,
"path": "./screenshots",
"extension": "jpeg",
"prefix": "SCR"
},
"mobile": {
"test_grid_wdio_android": {
"server": {
"target": "LOCAL",
"port": 4444,
"driver": "UI_AUTOMATOR",
"external": true
},
"device": {
"os": "ANDROID",
"version": "11",
"name": "Pixel_7_Pro",
"type": "VIRTUAL",
"server_install_timeout": 60,
"server_launch_timeout": 60,
"ignore_unimportant_views": true,
"full_reset": true,
"swipe": {
"max_swipe_until_found": 5
},
"application": {
"path": "/apps/android/wdio-demo.apk",
"wait_activity": "com.wdiodemoapp.MainActivity",
"type": "HYBRID",
"install_timeout": 180,
"wait_timeout": 120
},
"virtual_device": {
"name": "Pixel_7_Pro",
"headless": true
}
}
},
"test_grid_wdio_ios": {
"server": {
"target": "LOCAL",
"port": 4444,
"driver": "XCUI",
"external": true
},
"device": {
"os": "IOS",
"version": "16.2",
"name": "iPhone 14",
"type": "VIRTUAL",
"server_install_timeout": 60,
"server_launch_timeout": 60,
"connect_keyboard": false,
"typing_speed": 35,
"swipe": {
"max_swipe_until_found": 5
},
"virtual_device": {
"headless": true,
"launch_timeout": 180
},
"wda": {
"launch_timeout": 120,
"connection_timeout": 120
},
"application": {
"path": "/apps/ios/wdio-demo.app.zip",
"type": "HYBRID",
"install_timeout": 180
}
}
}
}
}
}