Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happen after Responding to client with driver.createSession() #20066

Closed
3 tasks done
marquespss opened this issue May 3, 2024 · 7 comments
Closed
3 tasks done
Labels

Comments

@marquespss
Copy link

marquespss commented May 3, 2024

Do I have the most recent component updates?

  • I use the most recent available driver/plugin and server versions

Is the component officially supported by the Appium team?

  • I have verified the component repository is present under the Appium organization in GitHub

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

While trying to run a test from ci in github my appium seems to stop in the beginning of the test. I'm current using Kotlin as language for automation of tests. This is the following Appium.log

2024-05-03 16:20:07:887 [Appium] Welcome to Appium v2.5.2 (REV 700b8020ff888f301e852e1f3871e62a0edcdac5)
2024-05-03 16:20:07:889 [Appium] Non-default server args:
2024-05-03 16:20:07:891 [Appium] { logTimestamp: true, port: 4728, useDrivers: [ 'xcuitest' ] }
2024-05-03 16:20:07:892 [Appium] The autodetected Appium home path: /Users/runner/work/Husband-e2e/Husband-e2e
2024-05-03 16:20:07:892 [Appium] Attempting to load driver xcuitest...
2024-05-03 16:20:07:895 [Appium] Requiring driver at /Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver/build/index.js
2024-05-03 16:20:10:016 [Appium] XCUITestDriver has been successfully loaded in 2.124s
2024-05-03 16:20:10:043 [Appium] Appium REST http interface listener started on http://0.0.0.0:4728
2024-05-03 16:20:10:045 [Appium] You can provide the following URLs in your client code to connect to this server:
2024-05-03 16:20:10:045 [Appium] http://127.0.0.1:4728/ (only accessible from the same host)
2024-05-03 16:20:10:045 [Appium] http://192.168.64.23:4728/
2024-05-03 16:20:10:046 [Appium] Available drivers:
2024-05-03 16:20:10:046 [Appium] - uiautomator2@3.1.0 (automationName 'UiAutomator2')
2024-05-03 16:20:10:046 [Appium] - xcuitest@7.11.3 (automationName 'XCUITest')
2024-05-03 16:20:10:046 [Appium] Available plugins:
2024-05-03 16:20:10:046 [Appium] - device-farm@8.4.6
2024-05-03 16:20:10:046 [Appium] - appium-dashboard@v2.0.3
2024-05-03 16:20:10:046 [Appium] - images@3.0.4
2024-05-03 16:20:10:046 [Appium] No plugins activated. Use the --use-plugins flag with names of plugins to activate
2024-05-03 16:22:16:236 [HTTP] Request idempotency key: 9758d018-df42-4d64-8d35-024575e988f2
2024-05-03 16:22:16:293 [HTTP] --> POST /session
2024-05-03 16:22:16:294 [HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:waitForQuiescence":true,"appium:bundleId":"com.appspot.scruffapp","appium:app":"/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app","platformName":"IOS","appium:automationName":"XCuiTest","dashboard:name":"I am trying to navigate around the app","appium:wdaConnectionTimeout":300000,"appium:wdaLaunchTimeout":300000,"appium:waitForIdleTimeout":120,"appium:udid":"85837BBF-FB9F-43E3-AC1D-2E580F22D73B"}}}
2024-05-03 16:22:16:298 [AppiumDriver@444e] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:waitForQuiescence":true,"appium:bundleId":"com.appspot.scruffapp","appium:app":"/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app","platformName":"IOS","appium:automationName":"XCuiTest","dashboard:name":"I am trying to navigate around the app","appium:wdaConnectionTimeout":300000,"appium:wdaLaunchTimeout":300000,"appium:waitForIdleTimeout":120,"appium:udid":"85837BBF-FB9F-43E3-AC1D-2E580F22D73B"}}]
2024-05-03 16:22:16:300 [AppiumDriver@444e] Event 'newSessionRequested' logged at 1714753336300 (16:22:16 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:16:309 [Appium] Attempting to find matching driver for automationName 'XCuiTest' and platformName 'IOS'
2024-05-03 16:22:16:310 [Appium] The 'xcuitest' driver was installed and matched caps.
2024-05-03 16:22:16:310 [Appium] Will require it at /Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver
2024-05-03 16:22:16:315 [Appium] Requiring driver at /Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver/build/index.js
2024-05-03 16:22:16:317 [AppiumDriver@444e] Appium v2.5.2 creating new XCUITestDriver (v7.11.3) session
2024-05-03 16:22:16:317 [AppiumDriver@444e] Checking BaseDriver versions for Appium and XCUITestDriver
2024-05-03 16:22:16:317 [AppiumDriver@444e] Appium's BaseDriver version is 9.5.3
2024-05-03 16:22:16:317 [AppiumDriver@444e] XCUITestDriver's BaseDriver version is 9.5.3
2024-05-03 16:22:16:327 [XCUITestDriver@2b86] Creating session with W3C capabilities: {
2024-05-03 16:22:16:327 [XCUITestDriver@2b86] "alwaysMatch": {
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "platformName": "IOS",
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "dashboard:name": "I am trying to navigate around the app",
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "appium:waitForQuiescence": true,
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "appium:bundleId": "com.appspot.scruffapp",
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "appium:app": "/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app",
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "appium:automationName": "XCuiTest",
2024-05-03 16:22:16:328 [XCUITestDriver@2b86] "appium:wdaConnectionTimeout": 300000,
2024-05-03 16:22:16:329 [XCUITestDriver@2b86] "appium:wdaLaunchTimeout": 300000,
2024-05-03 16:22:16:329 [XCUITestDriver@2b86] "appium:waitForIdleTimeout": 120,
2024-05-03 16:22:16:329 [XCUITestDriver@2b86] "appium:udid": "85837BBF-FB9F-43E3-AC1D-2E580F22D73B"
2024-05-03 16:22:16:329 [XCUITestDriver@2b86] },
2024-05-03 16:22:16:329 [XCUITestDriver@2b86] "firstMatch": [
2024-05-03 16:22:16:329 [XCUITestDriver@2b86] {}
2024-05-03 16:22:16:336 [XCUITestDriver@2b86] ]
2024-05-03 16:22:16:336 [XCUITestDriver@2b86] }
2024-05-03 16:22:16:348 [XCUITestDriver@2b86] The following provided capabilities were not recognized by this driver:
2024-05-03 16:22:16:348 [XCUITestDriver@2b86] dashboard:name
2024-05-03 16:22:16:349 [XCUITestDriver@2b86] 'platformVersion' capability ('undefined') is not a valid version number. Consider fixing it or be ready to experience an inconsistent driver behavior.
2024-05-03 16:22:16:350 [XCUITestDriver@2b86 (ecdcd095)] Session created with session id: ecdcd095-960b-4310-a0fa-0fdce0d8ae7a
2024-05-03 16:22:16:388 [XCUITest] Current user: 'runner'
2024-05-03 16:22:16:412 [XCUITestDriver@2b86 (ecdcd095)] Available real devices:
2024-05-03 16:22:22:208 [XCUITestDriver@2b86 (ecdcd095)] Constructing iOS simulator for Xcode version 15.0.1 with udid '85837BBF-FB9F-43E3-AC1D-2E580F22D73B'
2024-05-03 16:22:22:210 [XCUITestDriver@2b86 (ecdcd095)] Determining device to run tests on: udid: '85837BBF-FB9F-43E3-AC1D-2E580F22D73B', real device: false
2024-05-03 16:22:22:905 [XCUITestDriver@2b86 (ecdcd095)] No platformVersion specified. Using device version: '17.4'
2024-05-03 16:22:22:907 [XCUITestDriver@2b86 (ecdcd095)] Event 'xcodeDetailsRetrieved' logged at 1714753342907 (16:22:22 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:22:918 [BaseDriver] Using local app '/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app'
2024-05-03 16:22:22:940 [XCUITestDriver@2b86 (ecdcd095)] Event 'appConfigured' logged at 1714753342940 (16:22:22 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:22:941 [XCUITest] Checking whether app '/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app' is actually present on file system
2024-05-03 16:22:22:947 [XCUITest] App is present
2024-05-03 16:22:22:949 [XCUITestDriver@2b86 (ecdcd095)] Event 'resetStarted' logged at 1714753342949 (16:22:22 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:23:541 [simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device failed to terminate com.appspot.scruffapp.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.appspot.scruffapp" failed. found nothing to terminate
found nothing to terminate
2024-05-03 16:22:23:542 [XCUITestDriver@2b86 (ecdcd095)] Reset: failed to terminate Simulator application with id "com.appspot.scruffapp"
2024-05-03 16:22:23:542 [XCUITestDriver@2b86 (ecdcd095)] Not scrubbing third party app in anticipation of uninstall
2024-05-03 16:22:23:543 [XCUITestDriver@2b86 (ecdcd095)] Event 'resetComplete' logged at 1714753343542 (16:22:23 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:23:544 [XCUITestDriver@2b86 (ecdcd095)] Using WDA path: '/Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2024-05-03 16:22:23:544 [XCUITestDriver@2b86 (ecdcd095)] Using WDA agent: '/Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2024-05-03 16:22:24:081 [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '85837BBF-FB9F-43E3-AC1D-2E580F22D73B' using simctl
2024-05-03 16:22:25:211 [XCUITestDriver@2b86 (ecdcd095)] Event 'logCaptureStarted' logged at 1714753345210 (16:22:25 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:25:211 [XCUITestDriver@2b86 (ecdcd095)] Setting up simulator
2024-05-03 16:22:25:213 [XCUITestDriver@2b86 (ecdcd095)] Setting preferences of 85837BBF-FB9F-43E3-AC1D-2E580F22D73B Simulator to {"ConnectHardwareKeyboard":false}
2024-05-03 16:22:25:213 [XCUITestDriver@2b86 (ecdcd095)] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false}
2024-05-03 16:22:25:437 [XCUITestDriver@2b86 (ecdcd095)] Updated 85837BBF-FB9F-43E3-AC1D-2E580F22D73B Simulator preferences at '/Users/runner/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"85837BBF-FB9F-43E3-AC1D-2E580F22D73B":{"ConnectHardwareKeyboard":false}}}
2024-05-03 16:22:26:403 [XCUITestDriver@2b86 (ecdcd095)] Simulator '85837BBF-FB9F-43E3-AC1D-2E580F22D73B' is booted while its UI is not visible. Trying to restart it with the Simulator window visible
2024-05-03 16:22:31:349 [XCUITestDriver@2b86 (ecdcd095)] Starting Simulator UI: open -Fn /Applications/Xcode_15.0.1.app/Contents/Developer/Applications/Simulator.app
2024-05-03 16:22:33:118 [XCUITestDriver@2b86 (ecdcd095)] Parsed BUILD_DIR configuration value: '/Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent-ezpgzrszqwuqjifqxqfbrgocxtcg/Build/Products'
2024-05-03 16:22:33:118 [XCUITestDriver@2b86 (ecdcd095)] Got derived data root: '/Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent-ezpgzrszqwuqjifqxqfbrgocxtcg'
2024-05-03 16:22:49:361 [XCUITestDriver@2b86 (ecdcd095)] Simulator with UDID 85837BBF-FB9F-43E3-AC1D-2E580F22D73B booted in 23.920s
2024-05-03 16:22:49:368 [XCUITestDriver@2b86 (ecdcd095)] Event 'simStarted' logged at 1714753369368 (16:22:49 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:22:49:370 [XCUITest] Verifying application platform
2024-05-03 16:22:49:380 [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2024-05-03 16:22:49:486 [XCUITest] /Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app/Scruff: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64]
2024-05-03 16:22:49:486 [XCUITest] /Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app/Scruff (for architecture x86_64): Mach-O 64-bit executable x86_64
2024-05-03 16:22:49:486 [XCUITest] /Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app/Scruff (for architecture arm64): Mach-O 64-bit executable arm64
2024-05-03 16:22:50:173 [simctl] Error running 'get_app_container': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
The operation couldn’t be completed. No such file or directory
No such file or directory
2024-05-03 16:22:52:000 [XCUITestDriver@2b86 (ecdcd095)] App 'com.appspot.scruffapp' is not installed yet or it has an offload and cannot be detected, which might keep the local data.
2024-05-03 16:22:52:000 [XCUITestDriver@2b86 (ecdcd095)] Installing '/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app' on Simulator with UUID '85837BBF-FB9F-43E3-AC1D-2E580F22D73B'...
2024-05-03 16:23:02:898 [XCUITestDriver@2b86 (ecdcd095)] The app has been successfully installed in 10862ms
2024-05-03 16:23:02:908 [XCUITestDriver@2b86 (ecdcd095)] Event 'appInstalled' logged at 1714753382905 (16:23:02 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:23:03:165 [XCUITestDriver@2b86 (ecdcd095)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2024-05-03 16:23:03:167 [DevCon Factory] Requesting connection for device 85837BBF-FB9F-43E3-AC1D-2E580F22D73B on local port 8100
2024-05-03 16:23:03:167 [DevCon Factory] Cached connections count: 0
2024-05-03 16:23:03:168 [DevCon Factory] Successfully requested the connection for 85837BBF-FB9F-43E3-AC1D-2E580F22D73B:8100
2024-05-03 16:23:03:176 [XCUITestDriver@2b86 (ecdcd095)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2024-05-03 16:23:03:203 [WD Proxy] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:03:212 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:03:469 [WD Proxy] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:03:470 [XCUITestDriver@2b86 (ecdcd095)] WDA is not listening at 'http://127.0.0.1:8100/'. Original error:: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:03:470 [XCUITestDriver@2b86 (ecdcd095)] WDA is currently not running. There is nothing to cache
2024-05-03 16:23:03:470 [XCUITestDriver@2b86 (ecdcd095)] Trying to start WebDriverAgent 2 times with 10000ms interval
2024-05-03 16:23:03:470 [XCUITestDriver@2b86 (ecdcd095)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2024-05-03 16:23:03:470 [XCUITestDriver@2b86 (ecdcd095)] Event 'wdaStartAttempted' logged at 1714753383470 (16:23:03 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:23:03:470 [XCUITestDriver@2b86 (ecdcd095)] Launching WebDriverAgent on the device
2024-05-03 16:23:03:481 [XCUITestDriver@2b86 (ecdcd095)] There is no need to perform the project cleanup. A fresh install has been detected
2024-05-03 16:23:03:485 [WebDriverAgent] Killing running processes 'xcodebuild.*85837BBF-FB9F-43E3-AC1D-2E580F22D73B, 85837BBF-FB9F-43E3-AC1D-2E580F22D73B.*XCTRunner, xctest.*85837BBF-FB9F-43E3-AC1D-2E580F22D73B' for the device 85837BBF-FB9F-43E3-AC1D-2E580F22D73B...
2024-05-03 16:23:03:627 [WebDriverAgent] 'pgrep -if xcodebuild.*85837BBF-FB9F-43E3-AC1D-2E580F22D73B' didn't detect any matching processes. Return code: 1
2024-05-03 16:23:03:628 [WebDriverAgent] 'pgrep -if 85837BBF-FB9F-43E3-AC1D-2E580F22D73B.*XCTRunner' didn't detect any matching processes. Return code: 1
2024-05-03 16:23:03:629 [WebDriverAgent] 'pgrep -if xctest.*85837BBF-FB9F-43E3-AC1D-2E580F22D73B' didn't detect any matching processes. Return code: 1
2024-05-03 16:23:03:630 [XCUITestDriver@2b86 (ecdcd095)] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent-ezpgzrszqwuqjifqxqfbrgocxtcg -destination id=85837BBF-FB9F-43E3-AC1D-2E580F22D73B IPHONEOS_DEPLOYMENT_TARGET=17.4 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/runner/work/Husband-e2e/Husband-e2e/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2024-05-03 16:23:03:631 [XCUITestDriver@2b86 (ecdcd095)] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
2024-05-03 16:23:08:904 [XCUITestDriver@2b86 (ecdcd095)] Waiting up to 300000ms for WebDriverAgent to start
2024-05-03 16:23:08:904 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:08:904 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:08:926 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:09:930 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:09:931 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:09:939 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:10:948 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:10:948 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:10:956 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:11:957 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:11:957 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:11:961 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:12:966 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:12:967 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:12:972 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:13:980 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:13:980 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:13:985 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:14:988 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:14:988 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:15:012 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:16:014 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:16:015 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:16:018 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:17:020 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:17:020 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:17:023 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:18:026 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:18:026 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:18:031 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:19:032 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:19:032 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:19:038 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:20:044 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:20:044 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:20:046 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:21:048 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:21:048 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:21:051 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:22:059 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:22:060 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:22:067 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:23:069 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:23:069 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:23:072 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:24:072 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:24:072 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:24:074 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:25:076 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:25:076 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:25:077 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:26:081 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:26:081 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:26:082 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:27:085 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:27:086 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:27:090 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:28:091 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:28:091 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:28:096 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:29:098 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:29:098 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:29:100 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:30:101 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:30:101 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:30:102 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:31:105 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:31:105 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:31:106 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:32:108 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:32:109 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:32:112 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:33:114 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:33:114 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:33:116 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:34:118 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:34:118 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:34:125 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:35:127 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:35:127 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:35:132 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:36:134 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:36:135 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:36:136 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:37:138 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:37:139 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:37:140 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:38:145 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:38:145 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:38:156 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:39:158 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:39:158 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:39:163 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:40:166 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:40:166 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:40:169 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:41:176 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:41:177 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:41:183 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:42:184 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:42:184 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:42:186 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:43:188 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:43:188 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:43:192 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:44:194 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:44:194 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:44:196 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:45:197 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:45:197 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:45:202 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:46:204 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:46:205 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:46:206 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:47:208 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:47:208 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:47:209 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:48:211 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:48:211 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:48:212 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:49:214 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:49:214 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:49:217 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:50:218 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:50:219 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:50:221 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:51:222 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:51:222 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:51:225 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:52:237 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:52:238 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:52:240 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:53:240 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:53:240 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:53:243 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:54:245 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:54:245 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:54:246 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:55:248 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:55:248 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:55:250 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:56:251 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:56:251 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:56:252 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:57:255 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:57:255 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:57:256 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:58:259 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:58:259 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:58:261 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:23:59:268 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:23:59:270 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:23:59:272 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:00:289 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:00:298 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:00:463 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:01:470 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:01:470 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:01:494 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:02:499 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:02:499 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:02:524 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:03:550 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:03:553 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:03:658 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:04:685 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:04:686 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:04:726 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:05:740 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:05:740 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:05:747 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:06:750 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:06:751 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:06:755 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:07:756 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:07:756 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:07:758 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:08:763 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:08:763 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:08:772 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:09:774 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:09:774 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:09:775 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:10:777 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:10:778 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:10:782 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:11:784 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:11:784 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:11:786 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:12:810 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:12:811 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:12:830 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:13:833 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:13:833 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:13:836 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:14:839 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:14:840 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:14:848 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:15:858 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:15:859 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:15:865 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:16:195 [HTTP] <-- POST /session - - ms - -
2024-05-03 16:24:16:196 [HTTP]
2024-05-03 16:24:16:869 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:16:869 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:16:876 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:17:884 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:17:884 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:17:886 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:18:895 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:18:896 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:18:905 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:19:908 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:19:908 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:19:912 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:20:914 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:20:914 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:20:919 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:21:921 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:21:921 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:21:923 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:22:925 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:22:925 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:22:927 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:23:927 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:23:927 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:23:930 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:24:931 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:24:931 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:24:933 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:25:932 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:25:933 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:25:936 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:26:938 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:26:938 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:26:939 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:27:945 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:27:945 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:27:951 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:28:954 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:28:954 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:28:959 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:29:960 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:29:961 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:29:965 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:30:967 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:30:968 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:30:970 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:31:972 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:31:972 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:31:976 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:32:977 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:32:977 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:32:984 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:33:988 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:33:989 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:33:991 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:35:151 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:35:153 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:35:253 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:36:288 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:36:288 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:36:291 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:37:294 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:37:294 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:37:308 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:38:309 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:38:309 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:38:312 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:39:315 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:39:317 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:39:324 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:40:328 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:40:329 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:40:334 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:41:336 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:41:336 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:41:339 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:42:341 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:42:342 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:42:347 [XCUITestDriver@2b86 (ecdcd095)] connect ECONNREFUSED 127.0.0.1:8100
2024-05-03 16:24:43:349 [XCUITestDriver@2b86 (ecdcd095)] Matched '/status' to command name 'getStatus'
2024-05-03 16:24:43:349 [XCUITestDriver@2b86 (ecdcd095)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-05-03 16:24:43:358 [XCUITestDriver@2b86 (ecdcd095)] Got response with status 200: {"value":{"build":{"upgradedAt":"1714753161830","version":"8.5.2","time":"May 3 2024 16:23:29","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"17.4"},"device":"iphone","ios":{"simulatorVersion":"17.4","ip":"192.168.64.23"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}
2024-05-03 16:24:43:359 [XCUITestDriver@2b86 (ecdcd095)] WebDriverAgent information:
2024-05-03 16:24:43:359 [XCUITestDriver@2b86 (ecdcd095)] {
2024-05-03 16:24:43:359 [XCUITestDriver@2b86 (ecdcd095)] "build": {
2024-05-03 16:24:43:359 [XCUITestDriver@2b86 (ecdcd095)] "upgradedAt": "1714753161830",
2024-05-03 16:24:43:359 [XCUITestDriver@2b86 (ecdcd095)] "version": "8.5.2",
2024-05-03 16:24:43:359 [XCUITestDriver@2b86 (ecdcd095)] "time": "May 3 2024 16:23:29",
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] },
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "os": {
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "testmanagerdVersion": 65535,
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "name": "iOS",
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "sdkVersion": "17.0",
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "version": "17.4"
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] },
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "device": "iphone",
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "ios": {
2024-05-03 16:24:43:360 [XCUITestDriver@2b86 (ecdcd095)] "simulatorVersion": "17.4",
2024-05-03 16:24:43:361 [XCUITestDriver@2b86 (ecdcd095)] "ip": "192.168.64.23"
2024-05-03 16:24:43:361 [XCUITestDriver@2b86 (ecdcd095)] },
2024-05-03 16:24:43:361 [XCUITestDriver@2b86 (ecdcd095)] "message": "WebDriverAgent is ready to accept commands",
2024-05-03 16:24:43:361 [XCUITestDriver@2b86 (ecdcd095)] "state": "success",
2024-05-03 16:24:43:361 [XCUITestDriver@2b86 (ecdcd095)] "ready": true
2024-05-03 16:24:43:361 [XCUITestDriver@2b86 (ecdcd095)] }
2024-05-03 16:24:43:362 [XCUITestDriver@2b86 (ecdcd095)] WebDriverAgent successfully started after 99730ms
2024-05-03 16:24:43:363 [XCUITestDriver@2b86 (ecdcd095)] Event 'wdaSessionAttempted' logged at 1714753483362 (16:24:43 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:24:43:363 [XCUITestDriver@2b86 (ecdcd095)] Sending createSession command to WDA
2024-05-03 16:24:43:366 [XCUITestDriver@2b86 (ecdcd095)] Matched '/session' to command name 'createSession'
2024-05-03 16:24:43:366 [XCUITestDriver@2b86 (ecdcd095)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.appspot.scruffapp","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"waitForIdleTimeout":120,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2024-05-03 16:24:48:956 [XCUITestDriver@2b86 (ecdcd095)] Got response with status 200: {"value":{"sessionId":"EFBEE851-0D64-4442-AEBD-E59958759631","capabilities":{"sdkVersion":"17.4","device":"iphone"}},"sessionId":"EFBEE851-0D64-4442-AEBD-E59958759631"}
2024-05-03 16:24:48:959 [XCUITestDriver@2b86 (ecdcd095)] Determined the downstream protocol as 'W3C'
2024-05-03 16:24:48:961 [XCUITestDriver@2b86 (ecdcd095)] WDA session startup took 5596ms
2024-05-03 16:24:48:962 [XCUITestDriver@2b86 (ecdcd095)] Event 'wdaSessionStarted' logged at 1714753488962 (16:24:48 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:24:48:962 [XCUITestDriver@2b86 (ecdcd095)] Event 'wdaStarted' logged at 1714753488962 (16:24:48 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:24:48:965 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2024-05-03 16:24:48:966 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2024-05-03 16:24:48:967 [AppiumDriver@444e] New XCUITestDriver session created successfully, session ecdcd095-960b-4310-a0fa-0fdce0d8ae7a added to master session list
2024-05-03 16:24:48:972 [AppiumDriver@444e] Event 'newSessionStarted' logged at 1714753488971 (16:24:48 GMT+0000 (Coordinated Universal Time))
2024-05-03 16:24:48:972 [XCUITestDriver@2b86 (ecdcd095)] Cached the protocol value 'W3C' for the new session ecdcd095-960b-4310-a0fa-0fdce0d8ae7a
2024-05-03 16:24:48:972 [XCUITestDriver@2b86 (ecdcd095)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"IOS","dashboard:name":"I am trying to navigate around the app","waitForQuiescence":true,"bundleId":"com.appspot.scruffapp","app":"/Users/runner/work/Husband-e2e/Husband-e2e/SCRUFF.app","automationName":"XCuiTest","wdaConnectionTimeout":300000,"wdaLaunchTimeout":300000,"waitForIdleTimeout":120,"udid":"85837BBF-FB9F-43E3-AC1D-2E580F22D73B","platformVersion":"17.4"}}

And after that my test start but fails right away with the following message:
io.kotest.engine.spec.SpecInstantiationException: Could not create instance of class tests.TabBarNavTest at app//io.kotest.engine.spec.InstantiateSpecKt.javaReflectNewInstance(instantiateSpec.kt:54) at app//io.kotest.engine.spec.InstantiateSpecKt.createAndInitializeSpec(instantiateSpec.kt:30) at app//io.kotest.engine.spec.InstantiateSpecKt.instantiate(instantiateSpec.kt:11) at app//io.kotest.engine.spec.SpecRefKt.instance(SpecRef.kt:14) at app//io.kotest.engine.spec.SpecExecutor.createInstance-gIAlu-s(SpecExecutor.kt:63) at app//io.kotest.engine.spec.SpecExecutor.access$createInstance-gIAlu-s(SpecExecutor.kt:24) at app//io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invokeSuspend(SpecExecutor.kt:40) at app//io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invoke(SpecExecutor.kt) at app//io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invoke(SpecExecutor.kt)

Expected Behavior

Locally my test works fine, I'm using all the latest versions for Appium, xcode in my virtual machine, and the largest machine available on my environment. Locally my test starts open the device and run the test perfectly, only using the ci my test does not work.

Minimal Reproducible Example

Set up the ci build, run the test from ci, and them the appium log stops suddenly without show no error.

Environment

  • Operating system:
  • Appium server version: (2.5.4)
  • Appium driver(s) and their version(s) : XCUITestDriver
  • Appium plugin(s) and their version(s): --device farm, appium-dashboard
  • Node.js version (output of node --version): v20.12.1
  • npm version (output of npm --version):10.5.2
  • Last component(s) version which did not exhibit the problem:
  • Platform and version under test: MacOS, iOS
  • Real device or emulator/simulator: Simulator

Link to Appium Logs

No response

Further Information

No response

@marquespss marquespss added Bug a problem that needs fixing Needs Triage bugs which are not yet confirmed labels May 3, 2024
@mykola-mokhnach
Copy link
Collaborator

  • Try to run the same scenario with all plugins disabled
  • I also don't observe any errors on the server side. It looks like the exception happens on the client.

@mykola-mokhnach mykola-mokhnach added Needs Info typically non-actionable; needs author to respond and removed Bug a problem that needs fixing Needs Triage bugs which are not yet confirmed labels May 3, 2024
@marquespss
Copy link
Author

I receive the same error commenting all the plugins npx appium server --port 4728 --log appium.log --log-timestamp --use-drivers xcuitest &

@mykola-mokhnach
Copy link
Collaborator

Then it's probably an issue with the client script

@marquespss
Copy link
Author

But it works fine while running locally, and for ci I can run normally on android

@marquespss
Copy link
Author

The same error happen once I have no iOS simulator started and try to run the test locally

@marquespss
Copy link
Author

Maybe I need to use something like GO_IOS to build my ci?

@mykola-mokhnach mykola-mokhnach added Question and removed Needs Info typically non-actionable; needs author to respond labels May 6, 2024
@mykola-mokhnach
Copy link
Collaborator

Unfortunately nobody knows the answer. You could also try to ask your question at the Appium forum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants