Created
January 9, 2020 03:52
-
-
Save markdon/55f474618f0e3b0a1c30614898521655 to your computer and use it in GitHub Desktop.
HelloCordova appium switchContext hang
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
2020-01-09 03:33:13:744 - [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
2020-01-09 03:33:13:744 - [35m[HTTP][39m [90m{"capabilities":{"alwaysMatch":{"platformName":"iOS","platformVersion":"13.3","app":"/var/tmp/Debug-iphonesimulator/HelloCordova.app","deviceName":"iPhone 11","newCommandTimeout":360000},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","platformVersion":"13.3","app":"/var/tmp/Debug-iphonesimulator/HelloCordova.app","deviceName":"iPhone 11","newCommandTimeout":360000}}[39m | |
2020-01-09 03:33:13:746 - [debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"13.3","app":"/var/tmp/Debug-iphonesimulator/HelloCordova.app","deviceName":"iPhone 11","newCommandTimeout":360000},null,{"alwaysMatch":{"platformName":"iOS","platformVersion":"13.3","app":"/var/tmp/Debug-iphonesimulator/HelloCordova.app","deviceName":"iPhone 11","newCommandTimeout":360000},"firstMatch":[{}]}] | |
2020-01-09 03:33:13:746 - [debug] [35m[BaseDriver][39m Event 'newSessionRequested' logged at 1578540793746 (14:33:13 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:13:749 - [35m[BaseDriver][39m The capabilities ["platformVersion","app","deviceName","newCommandTimeout"] are not standard capabilities and should have an extension prefix | |
2020-01-09 03:33:13:753 - [35m[Appium][39m DeprecationWarning: 'automationName' capability was not provided. Future versions of Appium will require 'automationName' capability to be set for iOS sessions. | |
2020-01-09 03:33:13:753 - [35m[Appium][39m Requested iOS support with version >= 10, using 'XCUITest' driver instead of UIAutomation-based driver, since the latter is unsupported on iOS 10 and up. | |
2020-01-09 03:33:14:311 - [35m[Appium][39m Appium v1.16.0 creating new XCUITestDriver (v3.10.1) session | |
2020-01-09 03:33:14:314 - [debug] [35m[BaseDriver][39m W3C capabilities and MJSONWP desired capabilities were provided | |
2020-01-09 03:33:14:314 - [debug] [35m[BaseDriver][39m Creating session with W3C capabilities: { | |
2020-01-09 03:33:14:314 - [debug] [35m[BaseDriver][39m "alwaysMatch": { | |
2020-01-09 03:33:14:314 - [debug] [35m[BaseDriver][39m "platformName": "iOS", | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m "appium:platformVersion": "13.3", | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m "appium:app": "/var/tmp/Debug-iphonesimulator/HelloCordova.app", | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m "appium:deviceName": "iPhone 11", | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m "appium:newCommandTimeout": 360000 | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m }, | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m "firstMatch": [ | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m {} | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m ] | |
2020-01-09 03:33:14:315 - [debug] [35m[BaseDriver][39m } | |
2020-01-09 03:33:14:323 - [35m[BaseDriver][39m Session created with session id: 15c1c929-ecb5-46a1-a08e-23175d92a138 | |
2020-01-09 03:33:14:340 - [debug] [35m[XCUITest][39m Current user: 'mdonnellon' | |
2020-01-09 03:33:14:414 - [35m[XCUITest][39m iOS SDK Version set to '13.2' | |
2020-01-09 03:33:14:670 - [35m[iOSSim][39m Constructing iOS simulator for Xcode version 11.3 with udid 'C20E708A-651B-4895-AE76-E7578D3BB0D6' | |
2020-01-09 03:33:14:670 - [35m[XCUITest][39m Determining device to run tests on: udid: 'C20E708A-651B-4895-AE76-E7578D3BB0D6', real device: false | |
2020-01-09 03:33:14:671 - [debug] [35m[BaseDriver][39m Event 'xcodeDetailsRetrieved' logged at 1578540794671 (14:33:14 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:14:673 - [35m[BaseDriver][39m Using local app '/var/tmp/Debug-iphonesimulator/HelloCordova.app' | |
2020-01-09 03:33:14:675 - [debug] [35m[BaseDriver][39m Event 'appConfigured' logged at 1578540794675 (14:33:14 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:14:675 - [debug] [35m[XCUITest][39m Checking whether app '/var/tmp/Debug-iphonesimulator/HelloCordova.app' is actually present on file system | |
2020-01-09 03:33:14:675 - [debug] [35m[XCUITest][39m App is present | |
2020-01-09 03:33:14:677 - [debug] [35m[iOS][39m Getting bundle ID from app '/var/tmp/Debug-iphonesimulator/HelloCordova.app': 'com.example.cordova' | |
2020-01-09 03:33:14:678 - [debug] [35m[BaseDriver][39m Event 'resetStarted' logged at 1578540794678 (14:33:14 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:14:923 - [35m[XCUITest][39m Not scrubbing third party app in anticipation of uninstall | |
2020-01-09 03:33:14:923 - [debug] [35m[BaseDriver][39m Event 'resetComplete' logged at 1578540794923 (14:33:14 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:15:066 - [debug] [35m[IOSSimulatorLog][39m Starting log capture for iOS Simulator with udid 'C20E708A-651B-4895-AE76-E7578D3BB0D6', using 'xcrun simctl spawn C20E708A-651B-4895-AE76-E7578D3BB0D6 log stream --style compact' | |
2020-01-09 03:33:15:409 - [debug] [35m[BaseDriver][39m Event 'logCaptureStarted' logged at 1578540795409 (14:33:15 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:15:409 - [35m[XCUITest][39m Setting up simulator | |
2020-01-09 03:33:15:410 - [debug] [35m[iOS][39m No reason to set locale | |
2020-01-09 03:33:15:410 - [debug] [35m[iOS][39m No iOS / app preferences to set | |
2020-01-09 03:33:15:410 - [debug] [35m[iOS][39m Setting did not need to be updated | |
2020-01-09 03:33:15:411 - [debug] [35m[iOSSim][39m Setting preferences of C20E708A-651B-4895-AE76-E7578D3BB0D6 Simulator to {"ConnectHardwareKeyboard":false} | |
2020-01-09 03:33:15:411 - [debug] [35m[iOSSim][39m Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false} | |
2020-01-09 03:33:15:431 - [debug] [35m[iOSSim][39m Updated C20E708A-651B-4895-AE76-E7578D3BB0D6 Simulator preferences at '/Users/mdonnellon/Library/Preferences/com.apple.iphonesimulator.plist' with {"DevicePreferences":{"C20E708A-651B-4895-AE76-E7578D3BB0D6":{"ConnectHardwareKeyboard":false}},"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false} | |
2020-01-09 03:33:15:599 - [debug] [35m[iOSSim][39m Got Simulator UI client PID: 427 | |
2020-01-09 03:33:15:599 - [35m[iOSSim][39m Both Simulator with UDID C20E708A-651B-4895-AE76-E7578D3BB0D6 and the UI client are currently running | |
2020-01-09 03:33:15:599 - [debug] [35m[BaseDriver][39m Event 'simStarted' logged at 1578540795599 (14:33:15 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:15:601 - [debug] [35m[XCUITest][39m Verifying application platform | |
2020-01-09 03:33:15:603 - [debug] [35m[XCUITest][39m CFBundleSupportedPlatforms: ["iPhoneSimulator"] | |
2020-01-09 03:33:15:720 - [debug] [35m[XCUITest][39m Reset requested. Removing app with id 'com.example.cordova' from the device | |
2020-01-09 03:33:16:867 - [debug] [35m[XCUITest][39m Installing '/var/tmp/Debug-iphonesimulator/HelloCordova.app' on Simulator with UUID 'C20E708A-651B-4895-AE76-E7578D3BB0D6'... | |
2020-01-09 03:33:18:275 - [debug] [35m[XCUITest][39m The app has been installed successfully. | |
2020-01-09 03:33:18:276 - [debug] [35m[BaseDriver][39m Event 'appInstalled' logged at 1578540798276 (14:33:18 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:18:277 - [35m[XCUITest][39m Using WDA path: '/Users/mdonnellon/.nvm/versions/node/v10.17.0/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' | |
2020-01-09 03:33:18:277 - [35m[XCUITest][39m Using WDA agent: '/Users/mdonnellon/.nvm/versions/node/v10.17.0/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
2020-01-09 03:33:18:408 - [debug] [35m[XCUITest][39m No obsolete cached processes from previous WDA sessions listening on port 8100 have been found | |
2020-01-09 03:33:18:408 - [35m[DevCon Factory][39m Requesting connection for device C20E708A-651B-4895-AE76-E7578D3BB0D6 on local port 8100, device port 8100 | |
2020-01-09 03:33:18:408 - [debug] [35m[DevCon Factory][39m Cached connections count: 0 | |
2020-01-09 03:33:18:408 - [35m[DevCon Factory][39m Successfully requested the connection for C20E708A-651B-4895-AE76-E7578D3BB0D6:8100 | |
2020-01-09 03:33:18:409 - [debug] [35m[XCUITest][39m Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver' | |
2020-01-09 03:33:18:411 - [debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
2020-01-09 03:33:18:412 - [debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
2020-01-09 03:33:18:425 - [debug] [35m[WD Proxy][39m Got response with status 200: { | |
2020-01-09 03:33:18:425 - [debug] [35m[WD Proxy][39m "value" : { | |
2020-01-09 03:33:18:425 - [debug] [35m[WD Proxy][39m "message" : "WebDriverAgent is ready to accept commands", | |
2020-01-09 03:33:18:425 - [debug] [35m[WD Proxy][39m "state" : "success", | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "os" : { | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "name" : "iOS", | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "version" : "13.3", | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "sdkVersion" : "13.0" | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m }, | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "ios" : { | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "simulatorVersion" : "13.3", | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "ip" : "192.168.16.194" | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m }, | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "ready" : true, | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "build" : { | |
2020-01-09 03:33:18:426 - [debug] [35m[WD Proxy][39m "upgradedAt" : "1578444897345", | |
2020-01-09 03:33:18:427 - [debug] [35m[WD Proxy][39m "time" : "Jan 9 2020 09:25:16", | |
2020-01-09 03:33:18:427 - [debug] [35m[WD Proxy][39m "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
2020-01-09 03:33:18:427 - [debug] [35m[WD Proxy][39m } | |
2020-01-09 03:33:18:427 - [debug] [35m[WD Proxy][39m }, | |
2020-01-09 03:33:18:427 - [debug] [35m[WD Proxy][39m "sessionId" : "001790C0-138E-4D60-9B86-EB944100B695" | |
2020-01-09 03:33:18:427 - [debug] [35m[WD Proxy][39m } | |
2020-01-09 03:33:18:428 - [debug] [35m[XCUITest][39m Upgrade timestamp of the currently bundled WDA: 1578444897345 | |
2020-01-09 03:33:18:428 - [debug] [35m[XCUITest][39m Upgrade timestamp of the WDA on the device: 1578444897345 | |
2020-01-09 03:33:18:429 - [35m[XCUITest][39m Will reuse previously cached WDA instance at 'http://localhost:8100/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8100 if this is an undesired behavior. | |
2020-01-09 03:33:18:429 - [debug] [35m[XCUITest][39m Trying to start WebDriverAgent 2 times with 10000ms interval | |
2020-01-09 03:33:18:429 - [debug] [35m[XCUITest][39m These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities | |
2020-01-09 03:33:18:429 - [debug] [35m[BaseDriver][39m Event 'wdaStartAttempted' logged at 1578540798429 (14:33:18 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:18:429 - [35m[XCUITest][39m Using provided WebdriverAgent at 'http://localhost:8100/' | |
2020-01-09 03:33:18:430 - [debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
2020-01-09 03:33:18:430 - [debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m Got response with status 200: { | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m "value" : { | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m "message" : "WebDriverAgent is ready to accept commands", | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m "state" : "success", | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m "os" : { | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m "name" : "iOS", | |
2020-01-09 03:33:18:434 - [debug] [35m[WD Proxy][39m "version" : "13.3", | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "sdkVersion" : "13.0" | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m }, | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "ios" : { | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "simulatorVersion" : "13.3", | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "ip" : "192.168.16.194" | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m }, | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "ready" : true, | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "build" : { | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "upgradedAt" : "1578444897345", | |
2020-01-09 03:33:18:435 - [debug] [35m[WD Proxy][39m "time" : "Jan 9 2020 09:25:16", | |
2020-01-09 03:33:18:436 - [debug] [35m[WD Proxy][39m "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
2020-01-09 03:33:18:436 - [debug] [35m[WD Proxy][39m } | |
2020-01-09 03:33:18:436 - [debug] [35m[WD Proxy][39m }, | |
2020-01-09 03:33:18:436 - [debug] [35m[WD Proxy][39m "sessionId" : "001790C0-138E-4D60-9B86-EB944100B695" | |
2020-01-09 03:33:18:436 - [debug] [35m[WD Proxy][39m } | |
2020-01-09 03:33:18:436 - [debug] [35m[BaseDriver][39m Event 'wdaSessionAttempted' logged at 1578540798436 (14:33:18 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:18:437 - [debug] [35m[XCUITest][39m Sending createSession command to WDA | |
2020-01-09 03:33:18:438 - [debug] [35m[WD Proxy][39m Matched '/session' to command name 'createSession' | |
2020-01-09 03:33:18:438 - [debug] [35m[WD Proxy][39m Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.cordova","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
2020-01-09 03:33:30:692 - [debug] [35m[WD Proxy][39m Got response with status 200: {"value":{"sessionId":"0AFCC4D8-6F65-453C-987C-84990C29C58F","capabilities":{"device":"iphone","browserName":"HelloCordova","sdkVersion":"13.3","CFBundleIdentifier":"com.example.cordova"}},"sessionId":"0AFCC4D8-6F65-453C-987C-84990C29C58F"} | |
2020-01-09 03:33:30:693 - [35m[WD Proxy][39m Determined the downstream protocol as 'W3C' | |
2020-01-09 03:33:30:693 - [debug] [35m[BaseDriver][39m Event 'wdaSessionStarted' logged at 1578540810693 (14:33:30 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:30:693 - [debug] [35m[BaseDriver][39m Event 'wdaStarted' logged at 1578540810693 (14:33:30 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:30:693 - [35m[XCUITest][39m Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior. | |
2020-01-09 03:33:30:694 - [debug] [35m[BaseDriver][39m Event 'orientationSet' logged at 1578540810693 (14:33:30 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:30:694 - [35m[Appium][39m New XCUITestDriver session created successfully, session 15c1c929-ecb5-46a1-a08e-23175d92a138 added to master session list | |
2020-01-09 03:33:30:695 - [debug] [35m[BaseDriver][39m Event 'newSessionStarted' logged at 1578540810695 (14:33:30 GMT+1100 (Australian Eastern Daylight Time)) | |
2020-01-09 03:33:30:696 - [debug] [35m[W3C (15c1c929)][39m Cached the protocol value 'W3C' for the new session 15c1c929-ecb5-46a1-a08e-23175d92a138 | |
2020-01-09 03:33:30:696 - [debug] [35m[W3C (15c1c929)][39m 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","platformVersion":"13.3","app":"/var/tmp/Debug-iphonesimulator/HelloCordova.app","deviceName":"iPhone 11","newCommandTimeout":360000,"udid":"C20E708A-651B-4895-AE76-E7578D3BB0D6"}} | |
2020-01-09 03:33:30:699 - [35m[HTTP][39m [37m<-- POST /wd/hub/session [39m[32m200[39m [90m16954 ms - 475[39m | |
2020-01-09 03:33:30:699 - [35m[HTTP][39m [90m[39m | |
2020-01-09 03:33:32:338 - [35m[HTTP][39m [37m-->[39m [37mGET[39m [37m/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/contexts[39m | |
2020-01-09 03:33:32:338 - [35m[HTTP][39m [90m{}[39m | |
2020-01-09 03:33:32:345 - [debug] [35m[W3C (15c1c929)][39m Calling AppiumDriver.getContexts() with args: ["15c1c929-ecb5-46a1-a08e-23175d92a138"] | |
2020-01-09 03:33:32:345 - [debug] [35m[XCUITest][39m Executing command 'getContexts' | |
2020-01-09 03:33:32:346 - [debug] [35m[iOS][39m Getting list of available contexts | |
2020-01-09 03:33:32:346 - [debug] [35m[iOS][39m Retrieving contexts and views | |
2020-01-09 03:33:32:346 - [debug] [35m[XCUITest][39m Selecting by url: false | |
2020-01-09 03:33:32:391 - [35m[RemoteDebugger][39m Remote Debugger version 7.3.1 | |
2020-01-09 03:33:32:392 - [debug] [35m[RemoteDebugger][39m useNewSafari --> false | |
2020-01-09 03:33:32:393 - [debug] [35m[RemoteDebugger][39m Checking which communication style to use (non-Safari on platform version '13.3') | |
2020-01-09 03:33:32:393 - [debug] [35m[RemoteDebugger][39m Platform version equal or higher than '12.2': true | |
2020-01-09 03:33:32:394 - [35m[RemoteDebugger][39m Setting communication protocol: using full Web Inspector protocol communication | |
2020-01-09 03:33:32:394 - [debug] [35m[RemoteDebugger][39m Connecting to remote debugger through unix domain socket: '/private/tmp/com.apple.launchd.mqUUTxlAOr/com.apple.webinspectord_sim.socket' | |
2020-01-09 03:33:32:400 - [debug] [35m[RemoteDebugger][39m Debugger socket connected | |
2020-01-09 03:33:32:400 - [debug] [35m[RemoteDebugger][39m Sending connection key request | |
2020-01-09 03:33:32:402 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_reportIdentifier:' message (id: 0) | |
2020-01-09 03:33:32:411 - [debug] [35m[RemoteDebugger][39m Sending to Web Inspector took 10ms | |
2020-01-09 03:33:32:411 - [debug] [35m[RemoteDebugger][39m Sending connection key request | |
2020-01-09 03:33:32:411 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_reportIdentifier:' message (id: 1) | |
2020-01-09 03:33:32:416 - [debug] [35m[RemoteDebugger][39m Sending to Web Inspector took 5ms | |
2020-01-09 03:33:32:417 - [debug] [35m[RemoteDebugger][39m Selecting application | |
2020-01-09 03:33:32:417 - [debug] [35m[RemoteDebugger][39m No applications currently connected. | |
2020-01-09 03:33:32:417 - [debug] [35m[XCUITest][39m No web frames found. | |
2020-01-09 03:33:32:419 - [debug] [35m[W3C (15c1c929)][39m Responding to client with driver.getContexts() result: ["NATIVE_APP"] | |
2020-01-09 03:33:32:420 - [35m[HTTP][39m [37m<-- GET /wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/contexts [39m[32m200[39m [90m82 ms - 24[39m | |
2020-01-09 03:33:32:420 - [35m[HTTP][39m [90m[39m | |
2020-01-09 03:33:32:456 - [debug] [35m[RemoteDebugger][39m Received connected applications list: PID:43515, PID:35007, PID:35004, PID:43518 | |
2020-01-09 03:33:32:457 - [debug] [35m[RemoteDebugger][39m Received connected driver list: {} | |
2020-01-09 03:33:33:430 - [35m[HTTP][39m [37m-->[39m [37mGET[39m [37m/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/contexts[39m | |
2020-01-09 03:33:33:430 - [35m[HTTP][39m [90m{}[39m | |
2020-01-09 03:33:33:431 - [debug] [35m[W3C (15c1c929)][39m Calling AppiumDriver.getContexts() with args: ["15c1c929-ecb5-46a1-a08e-23175d92a138"] | |
2020-01-09 03:33:33:431 - [debug] [35m[XCUITest][39m Executing command 'getContexts' | |
2020-01-09 03:33:33:431 - [debug] [35m[iOS][39m Getting list of available contexts | |
2020-01-09 03:33:33:431 - [debug] [35m[iOS][39m Retrieving contexts and views | |
2020-01-09 03:33:33:431 - [debug] [35m[XCUITest][39m Selecting by url: false | |
2020-01-09 03:33:33:431 - [debug] [35m[RemoteDebugger][39m Sending connection key request | |
2020-01-09 03:33:33:432 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_reportIdentifier:' message (id: 2) | |
2020-01-09 03:33:33:435 - [debug] [35m[RemoteDebugger][39m Sending to Web Inspector took 3ms | |
2020-01-09 03:33:33:435 - [debug] [35m[RemoteDebugger][39m Selecting application | |
2020-01-09 03:33:33:436 - [debug] [35m[RemoteDebugger][39m Current applications available: | |
2020-01-09 03:33:33:436 - [debug] [35m[RemoteDebugger][39m Application: 'PID:43515' | |
2020-01-09 03:33:33:436 - [debug] [35m[RemoteDebugger][39m id: "PID:43515" | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m isProxy: false | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m name: "HelloCordova" | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m bundleId: "com.example.cordova" | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m hostId: undefined | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m isActive: 2 | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:437 - [debug] [35m[RemoteDebugger][39m Application: 'PID:35007' | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m id: "PID:35007" | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m isProxy: true | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m name: "com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m bundleId: "process-com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m hostId: "PID:35004" | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m isActive: 0 | |
2020-01-09 03:33:33:438 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m Application: 'PID:35004' | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m id: "PID:35004" | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m isProxy: false | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m name: "Kudos Boards" | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m bundleId: "com.kudosboards.pwa" | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m hostId: undefined | |
2020-01-09 03:33:33:439 - [debug] [35m[RemoteDebugger][39m isActive: 0 | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m Application: 'PID:43518' | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m id: "PID:43518" | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m isProxy: true | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m name: "com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m bundleId: "process-com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m hostId: "PID:43515" | |
2020-01-09 03:33:33:440 - [debug] [35m[RemoteDebugger][39m isActive: 2 | |
2020-01-09 03:33:33:441 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:441 - [debug] [35m[RemoteDebugger][39m Checking for bundle identifiers: com.example.cordova, * | |
2020-01-09 03:33:33:441 - [debug] [35m[RemoteDebugger][39m Found app id key 'PID:43515' for bundle 'com.example.cordova' | |
2020-01-09 03:33:33:442 - [debug] [35m[RemoteDebugger][39m Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.example.cordova', with app id 'PID:43518' | |
2020-01-09 03:33:33:442 - [debug] [35m[RemoteDebugger][39m Found app id key 'PID:35007' for bundle '*' | |
2020-01-09 03:33:33:442 - [debug] [35m[RemoteDebugger][39m Trying out the possible app ids: PID:43515, PID:43518, PID:35007 (try #1 of 20) | |
2020-01-09 03:33:33:442 - [debug] [35m[RemoteDebugger][39m Attempting app 'PID:43515' | |
2020-01-09 03:33:33:443 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_forwardGetListing:' message to app 'PID:43515' (id: 3) | |
2020-01-09 03:33:33:451 - [debug] [35m[RemoteDebugger][39m Received response from send (id: 3): '["PID:43515",{"2":{"WIRTitleKey":"","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bund...' | |
2020-01-09 03:33:33:452 - [debug] [35m[RemoteDebugger][39m Page changed: { | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m "2": { | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m "WIRTitleKey": "", | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m "WIRTypeKey": "WIRTypeWeb", | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m "WIRURLKey": "file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bundle/Application/C9F1EB5C-4313-4109-9AC2-4F756D1C86EF/HelloCordova.app/www/index.html", | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m "WIRPageIdentifierKey": 2 | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m } | |
2020-01-09 03:33:33:453 - [debug] [35m[RemoteDebugger][39m } | |
2020-01-09 03:33:33:454 - [debug] [35m[XCUITest][39m Remote debugger notified us of a new page listing: {"appIdKey":"43515","pageArray":[{"id":2,"title":"","url":"file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bundle/Application/C9F1EB5C-4313-4109-9AC2-4F756D1C86EF/HelloCordova.app/www/index.html","isKey":false}]} | |
2020-01-09 03:33:33:455 - [debug] [35m[XCUITest][39m No key id found. Choosing first id from page array | |
2020-01-09 03:33:33:455 - [debug] [35m[XCUITest][39m We do not appear to have window set yet, ignoring | |
2020-01-09 03:33:33:455 - [debug] [35m[RemoteDebugger][39m Sending to Web Inspector took 12ms | |
2020-01-09 03:33:33:456 - [debug] [35m[RemoteDebugger][39m Received altered app id, updating from 'null' to 'PID:43515' | |
2020-01-09 03:33:33:456 - [debug] [35m[RemoteDebugger][39m Current applications available: | |
2020-01-09 03:33:33:456 - [debug] [35m[RemoteDebugger][39m Application: 'PID:43515' | |
2020-01-09 03:33:33:456 - [debug] [35m[RemoteDebugger][39m id: "PID:43515" | |
2020-01-09 03:33:33:456 - [debug] [35m[RemoteDebugger][39m isProxy: false | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m name: "HelloCordova" | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m bundleId: "com.example.cordova" | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m hostId: undefined | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m isActive: 2 | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m pageArray: | |
2020-01-09 03:33:33:457 - [debug] [35m[RemoteDebugger][39m - id: 2 | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m title: "" | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m url: "file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bundle/Application/C9F1EB5C-4313-4109-9AC2-4F756D1C86EF/HelloCordova.app/www/index.html" | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m isKey: false | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m Application: 'PID:35007' | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m id: "PID:35007" | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m isProxy: true | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m name: "com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:458 - [debug] [35m[RemoteDebugger][39m bundleId: "process-com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m hostId: "PID:35004" | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m isActive: 0 | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m Application: 'PID:35004' | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m id: "PID:35004" | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m isProxy: false | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m name: "Kudos Boards" | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m bundleId: "com.kudosboards.pwa" | |
2020-01-09 03:33:33:459 - [debug] [35m[RemoteDebugger][39m hostId: undefined | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m isActive: 0 | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m Application: 'PID:43518' | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m id: "PID:43518" | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m isProxy: true | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m name: "com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m bundleId: "process-com.apple.WebKit.WebContent" | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m hostId: "PID:43515" | |
2020-01-09 03:33:33:460 - [debug] [35m[RemoteDebugger][39m isActive: 2 | |
2020-01-09 03:33:33:461 - [debug] [35m[RemoteDebugger][39m isAutomationEnabled: "Unknown" | |
2020-01-09 03:33:33:461 - [debug] [35m[RemoteDebugger][39m Finally selecting app PID:43515: [{"id":2,"title":"","url":"file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bundle/Application/C9F1EB5C-4313-4109-9AC2-4F756D1C86EF/HelloCordova.app/www/index.html","isKey":false}] | |
2020-01-09 03:33:33:461 - [debug] [35m[RemoteDebugger][39m Selected app after 25ms | |
2020-01-09 03:33:33:461 - [debug] [35m[W3C (15c1c929)][39m Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_43515.2"] | |
2020-01-09 03:33:33:462 - [35m[HTTP][39m [37m<-- GET /wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/contexts [39m[32m200[39m [90m32 ms - 42[39m | |
2020-01-09 03:33:33:462 - [35m[HTTP][39m [90m[39m | |
2020-01-09 03:33:33:465 - [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/context[39m | |
2020-01-09 03:33:33:466 - [35m[HTTP][39m [90m{"name":"WEBVIEW_43515.2"}[39m | |
2020-01-09 03:33:33:466 - [debug] [35m[W3C (15c1c929)][39m Calling AppiumDriver.setContext() with args: ["WEBVIEW_43515.2","15c1c929-ecb5-46a1-a08e-23175d92a138"] | |
2020-01-09 03:33:33:466 - [debug] [35m[XCUITest][39m Executing command 'setContext' | |
2020-01-09 03:33:33:467 - [debug] [35m[XCUITest][39m Attempting to set context to 'WEBVIEW_43515.2' from 'NATIVE_APP' | |
2020-01-09 03:33:33:468 - [debug] [35m[RemoteDebugger][39m Selecting page '2' on app 'PID:43515' and forwarding socket setup | |
2020-01-09 03:33:33:468 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_forwardSocketSetup:' message to app 'PID:43515', page '2' (id: 4) | |
2020-01-09 03:33:33:475 - [debug] [35m[RemoteDebugger][39m Sending to Web Inspector took 6ms | |
2020-01-09 03:33:33:475 - [debug] [35m[RemoteDebugger][39m Sender key set | |
2020-01-09 03:33:33:476 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_forwardSocketData:' message to app 'PID:43515', page '2' (id: 5) | |
2020-01-09 03:33:33:497 - [debug] [35m[RemoteDebugger][39m Target created for app 'PID:43515' and page '2': {"targetId":"page-12","type":"page"} | |
2020-01-09 03:33:33:527 - [35m[RemoteDebugger][39m Setting communication protocol: using Target-based communication | |
2020-01-09 03:33:33:527 - [debug] [35m[RemoteDebugger][39m Sending '_rpc_forwardSocketData:' message to app 'PID:43515', page '2', target 'page-12' (id: 7) | |
2020-01-09 03:33:33:708 - [debug] [35m[RemoteDebugger][39m Page changed: { | |
2020-01-09 03:33:33:708 - [debug] [35m[RemoteDebugger][39m "2": { | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m "WIRTitleKey": "", | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m "WIRTypeKey": "WIRTypeWeb", | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m "WIRURLKey": "file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bundle/Application/C9F1EB5C-4313-4109-9AC2-4F756D1C86EF/HelloCordova.app/www/index.html", | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m "WIRPageIdentifierKey": 2, | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m "WIRConnectionIdentifierKey": "23214f31-6914-4f7b-92aa-4d7c41648dcb" | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m } | |
2020-01-09 03:33:33:709 - [debug] [35m[RemoteDebugger][39m } | |
2020-01-09 03:33:33:709 - [debug] [35m[XCUITest][39m Remote debugger notified us of a new page listing: {"appIdKey":"43515","pageArray":[{"id":2,"title":"","url":"file:///Users/mdonnellon/Library/Developer/CoreSimulator/Devices/C20E708A-651B-4895-AE76-E7578D3BB0D6/data/Containers/Bundle/Application/C9F1EB5C-4313-4109-9AC2-4F756D1C86EF/HelloCordova.app/www/index.html","isKey":true}]} | |
2020-01-09 03:33:33:709 - [debug] [35m[XCUITest][39m We are in the middle of selecting a page, ignoring | |
2020-01-09 03:33:58:799 - [35m[Appium][39m Received SIGINT - shutting down | |
2020-01-09 03:33:58:831 - [35m[HTTP][39m [37m<-- POST /wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/context [39m[32m-[39m [90m- ms - -[39m | |
2020-01-09 03:33:58:831 - [35m[HTTP][39m [90m[39m |
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
Execution of 1 spec files started at 2020-01-09T03:33:11.458Z | |
2020-01-09T03:33:11.460Z DEBUG @wdio/utils:initialiseServices: initialise wdio service "appium" | |
2020-01-09T03:33:11.473Z INFO @wdio/cli:launcher: Run onPrepare hook | |
2020-01-09T03:33:11.474Z DEBUG @wdio/appium-service: Will spawn Appium process: appium --log-level debug --log-timestamp | |
2020-01-09T03:33:13.148Z DEBUG @wdio/appium-service: Appium started with ID: 43452 | |
2020-01-09T03:33:13.149Z DEBUG @wdio/appium-service: Appium logs written to: /Users/mdonnellon/Documents/projects/cordova-sample/testing/appium.txt | |
2020-01-09T03:33:13.155Z INFO @wdio/local-runner: Start worker 0-0 with arg: | |
[0-0] 2020-01-09T03:33:13.571Z INFO @wdio/local-runner: Run worker command: run | |
[0-0] RUNNING in /var/tmp/Debug-iphonesimulator/HelloCordova.app - /src/switch-context.ts | |
[0-0] 2020-01-09T03:33:13.700Z DEBUG @wdio/local-runner:utils: init remote session | |
[0-0] 2020-01-09T03:33:13.702Z INFO webdriverio: Initiate new session using the webdriver protocol | |
[0-0] 2020-01-09T03:33:13.705Z INFO webdriver: [POST] http://127.0.0.1:4723/wd/hub/session | |
[0-0] 2020-01-09T03:33:13.705Z INFO webdriver: DATA { capabilities: | |
{ alwaysMatch: | |
{ platformName: 'iOS', | |
platformVersion: '13.3', | |
app: '/var/tmp/Debug-iphonesimulator/HelloCordova.app', | |
deviceName: 'iPhone 11', | |
newCommandTimeout: 360000 }, | |
firstMatch: [ {} ] }, | |
desiredCapabilities: | |
{ platformName: 'iOS', | |
platformVersion: '13.3', | |
app: '/var/tmp/Debug-iphonesimulator/HelloCordova.app', | |
deviceName: 'iPhone 11', | |
newCommandTimeout: 360000 } } | |
[0-0] hello! | |
[0-0] 2020-01-09T03:33:32.331Z INFO webdriver: COMMAND getContexts() | |
[0-0] 2020-01-09T03:33:32.332Z INFO webdriver: [GET] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/contexts | |
[0-0] 2020-01-09T03:33:32.421Z INFO webdriver: RESULT [ 'NATIVE_APP' ] | |
[0-0] 2020-01-09T03:33:33.427Z INFO webdriver: COMMAND getContexts() | |
[0-0] 2020-01-09T03:33:33.427Z INFO webdriver: [GET] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/contexts | |
[0-0] 2020-01-09T03:33:33.462Z INFO webdriver: RESULT [ 'NATIVE_APP', 'WEBVIEW_43515.2' ] | |
[0-0] 2020-01-09T03:33:33.463Z INFO webdriver: COMMAND switchContext("WEBVIEW_43515.2") | |
[0-0] 2020-01-09T03:33:33.463Z INFO webdriver: [POST] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138/context | |
[0-0] 2020-01-09T03:33:33.463Z INFO webdriver: DATA { name: 'WEBVIEW_43515.2' } | |
^C | |
Ending WebDriver sessions gracefully ... | |
(press ctrl+c again to hard kill the runner) | |
2020-01-09T03:33:58.799Z INFO @wdio/local-runner: Shutting down spawned worker | |
[0-0] 2020-01-09T03:33:58.799Z INFO @wdio/local-runner: Received SIGINT, giving process 5000ms to shutdown gracefully | |
2020-01-09T03:33:58.800Z INFO @wdio/local-runner: Run worker command: endSession | |
2020-01-09T03:33:58.801Z INFO webdriver: COMMAND deleteSession() | |
2020-01-09T03:33:58.801Z INFO webdriver: [DELETE] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138 | |
[0-0] 2020-01-09T03:33:58.807Z WARN webdriver: Request failed due to connect ECONNREFUSED 127.0.0.1:4723 | |
[0-0] 2020-01-09T03:33:58.807Z INFO webdriver: Retrying 1/3 | |
2020-01-09T03:33:58.807Z INFO webdriver: [DELETE] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138 | |
[0-0] 2020-01-09T03:33:58.810Z WARN webdriver: Request failed due to connect ECONNREFUSED 127.0.0.1:4723 | |
[0-0] 2020-01-09T03:33:58.810Z INFO webdriver: Retrying 2/3 | |
2020-01-09T03:33:58.810Z INFO webdriver: [DELETE] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138 | |
[0-0] 2020-01-09T03:33:58.812Z WARN webdriver: Request failed due to connect ECONNREFUSED 127.0.0.1:4723 | |
[0-0] 2020-01-09T03:33:58.812Z INFO webdriver: Retrying 3/3 | |
2020-01-09T03:33:58.812Z INFO webdriver: [DELETE] http://127.0.0.1:4723/wd/hub/session/15c1c929-ecb5-46a1-a08e-23175d92a138 | |
[0-0] 2020-01-09T03:33:58.813Z ERROR webdriver: Request failed due to Error: connect ECONNREFUSED 127.0.0.1:4723 | |
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14) | |
2020-01-09T03:33:58.813Z ERROR @wdio/local-runner: Failed launching test session: Error: connect ECONNREFUSED 127.0.0.1:4723 | |
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14) | |
2020-01-09T03:33:58.832Z DEBUG @wdio/local-runner: Runner 0-0 finished with exit code 1 | |
[0-0] FAILED in /var/tmp/Debug-iphonesimulator/HelloCordova.app - /src/switch-context.ts | |
2020-01-09T03:33:58.834Z INFO @wdio/cli:launcher: Run onComplete hook | |
2020-01-09T03:33:58.834Z DEBUG @wdio/appium-service: Appium (pid: 43451) killed | |
Spec Files: 0 passed, 1 failed, 1 total (100% completed) in 00:00:47 | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] wdio: `wdio` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] wdio script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/mdonnellon/.npm/_logs/2020-01-09T03_33_58_851Z-debug.log | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] build:appium: `cordova prepare ios && cd platforms/ios && rm -Rf /var/tmp/Debug-iphonesimulator* && xcodebuild -workspace "HelloCordova.xcworkspace" -scheme "HelloCordova" -configuration "Debug" -sdk iphonesimulator SYMROOT='/var/tmp/' build && cd ../.. && cd testing && npm run wdio` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] build:appium script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/mdonnellon/.npm/_logs/2020-01-09T03_33_58_873Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment