Created
May 27, 2024 06:02
-
-
Save alokkr016/477d8b5b42a7a93294b613f92d47522b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[server] | |
port = 9001 | |
[node] | |
detect-drivers = false | |
session-timeout = 9000 | |
[relay] | |
url = "http://127.0.0.1:4723" | |
status-endpoint = "/status" | |
protocol-version = "HTTP/1.1" | |
configs = [ | |
'1', '{"platformName": "iOS", "appium:platformVersion": "16.4", "appium:udid": "8A578B01-97C0-4D8F-89B0-3439FDEE4ABC", "appium:automationName": "XCUITest","appium:wdaLocalPort": 8200}' | |
] | |
server: | |
port: 4723 | |
use-drivers: | |
- xcuitest | |
default-capabilities: | |
appium:wdaLaunchTimeout: 60000 | |
appium:wdaLocalPort: 8200 | |
appium:newCommandTimeout: 30000 | |
appium:connectionRetryCount: 3 | |
[server] | |
port = 9006 | |
[node] | |
detect-drivers = false | |
session-timeout = 9000 | |
[relay] | |
url = "http://127.0.0.1:4725" | |
status-endpoint = "/status" | |
protocol-version = "HTTP/1.1" | |
configs = [ | |
'1', '{"platformName": "iOS", "appium:platformVersion": "17.5", "appium:udid": "896FFF09-E83E-4B4C-BF14-694F7719F655", "appium:automationName": "XCUITest","appium:wdaLocalPort": 8400}' | |
] | |
server: | |
port: 4725 | |
use-drivers: | |
- xcuitest | |
default-capabilities: | |
appium:wdaLaunchTimeout: 60000 | |
appium:wdaLocalPort: 8400 | |
appium:newCommandTimeout: 30000 | |
appium:connectionRetryCount: 3 | |
[server] | |
port = 9003 | |
[node] | |
detect-drivers = false | |
session-timeout = 9000 | |
[relay] | |
url = "http://127.0.0.1:4724" | |
status-endpoint = "/status" | |
protocol-version = "HTTP/1.1" | |
configs = [ | |
'1', '{"platformName": "iOS", "appium:platformVersion": "16.4", "appium:udid": "BDF101EC-5CFC-4E00-9294-64840E6F5BA8", "appium:automationName": "XCUITest","appium:wdaLocalPort": 8300}' | |
] | |
server: | |
port: 4724 | |
use-drivers: | |
- xcuitest | |
default-capabilities: | |
appium:wdaLaunchTimeout: 60000 | |
appium:wdaLocalPort: 8300 | |
appium:newCommandTimeout: 30000 | |
appium:connectionRetryCount: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment