Created
June 27, 2020 10:14
-
-
Save saikrishna321/39f8f85d769566996d81fb35f5e62438 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.17.1"}} | |
Jun 27, 2020 9:58:52 AM com.appium.manager.LocalAppiumManager startAppiumServer | |
INFO: LocalAppiumManagerAppium Server Started at......http://127.0.0.1:3966/wd/hub | |
Jun 27, 2020 9:58:52 AM com.appium.manager.DeviceAllocationManager allocateDevice | |
INFO: Allocated Device com.appium.manager.AppiumDevice@3a887224 for Execution | |
Jun 27, 2020 9:58:52 AM com.appium.manager.DeviceAllocationManager allocateDevice | |
INFO: Allocated Device com.appium.manager.AppiumDevice@35349a0f for Execution | |
[HTTP] <-- GET /wd/hub/status 200 15 ms - 68 | |
[HTTP] | |
Jun 27, 2020 9:58:52 AM com.appium.manager.AppiumDriverManager initialiseDriver | |
INFO: Capabilities: Capabilities {app: https://github.com/saikrish..., automationName: XCUITest, clearSystemFiles: true, deviceName: iPhone 11, maxTypingFrequency: 10, platformName: iOS, platformVersion: 13.5, preventWDAAttachments: true, shouldUseSingletonTestManager: false, simpleIsVisibleCheck: true, udid: EDC34932-1EEC-4192-9F47-501..., wdaConnectionTimeout: 80000, wdaLaunchTimeout: 80000, wdaLocalPort: 50421, webkitDebugProxyPort: 50432} | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"app":"https://github.com/saikrishna321/AppiumTestDistribution/blob/master/apps/VodQAReactNative.zip?raw=true","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 11","wdaLocalPort":50421,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":50432,"platformVersion":"13.5","automationName":"XCUITest","platformName":"iOS","udid":"EDC34932-1EEC-4192-9F47-501EB09384A8","wdaConnectionTimeout":80000},"capabilities":{"firstMatch":[{"appium:app":"https://github.com/saikrishna321/AppiumTestDistribution/blob/master/apps/VodQAReactNative.zip?raw=true","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 11","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"13.5","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"EDC34932-1 | |
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"https://github.com/saikrishna321/AppiumTestDistribution/blob/master/apps/VodQAReactNative.zip?raw=true","preventWDAAttachments":true,"simpleIsVisibleCheck":true,"clearSystemFiles":true,"deviceName":"iPhone 11","wdaLocalPort":50421,"shouldUseSingletonTestManager":false,"maxTypingFrequency":10,"wdaLaunchTimeout":80000,"webkitDebugProxyPort":50432,"platformVersion":"13.5","automationName":"XCUITest","platformName":"iOS","udid":"EDC34932-1EEC-4192-9F47-501EB09384A8","wdaConnectionTimeout":80000},null,{"firstMatch":[{"appium:app":"https://github.com/saikrishna321/AppiumTestDistribution/blob/master/apps/VodQAReactNative.zip?raw=true","appium:automationName":"XCUITest","appium:clearSystemFiles":true,"appium:deviceName":"iPhone 11","appium:maxTypingFrequency":10,"platformName":"ios","appium:platformVersion":"13.5","appium:preventWDAAttachments":true,"appium:shouldUseSingletonTestManager":false,"appium:simpleIsVisibleCheck":true,"appium:udid":"EDC3... | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1593251933214 (09:58:53 GMT+0000 (UTC)) | |
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix: | |
[BaseDriver] webkitDebugProxyPort | |
[debug] [Appium] SyntaxError: Invalid regular expression: /^[ \t]*(?<pid>\d+)[ \t]+(?<ppid>\d+)[ \t]+(?<uid>\d+)[ \t]+(?<cpu>\d+\.\d+)[ \t]+(?<memory>\d+\.\d+)[ \t]+/: Invalid group | |
[debug] [Appium] at Object.<anonymous> (/Users/runner/hostedtoolcache/node/8.12.0/x64/lib/node_modules/appium/node_modules/ps-list/index.js:69:23) | |
[debug] [Appium] at Module._compile (module.js:653:30) | |
[debug] [Appium] at Object.Module._extensions..js (module.js:664:10) | |
[debug] [Appium] at Module.load (module.js:566:32) | |
[debug] [Appium] at tryModuleLoad (module.js:506:12) | |
[debug] [Appium] at Function.Module._load (module.js:498:3) | |
[debug] [Appium] at Module.require (module.js:597:17) | |
[debug] [Appium] at require (internal/module.js:11:18) | |
[debug] [Appium] at Object.<anonymous> (/Users/runner/hostedtoolcache/node/8.12.0/x64/lib/node_modules/appium/node_modules/fkill/index.js:8:16) | |
[debug] [Appium] at Module._compile (module.js:653:30) | |
[debug] [Appium] at Object.Module._extensions..js (module.js:664:10) | |
[debug] [Appium] at Module.load (module.js:566:32) | |
[debug] [Appium] at tryModuleLoad (module.js:506:12) | |
[debug] [Appium] at Function.Module._load (module.js:498:3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment