Replies: 2 comments 4 replies
-
@thinhdnn During this phase are both the devices free? Also what does the UI say 'BUSY' ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see BUSY. I must put delete session in the test teardown to run again. Before when I use Appium only, it closed session automatically and create a new session. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The first time I ran my test, it failed. The second time, when I ran my test, ios simulator still there but got the issue
":"iPhone 14 Pro Max","appium:maxTypingFrequency":"20","appium:newCommandTimeout":600,"appium:platformVersion":"16.2","appium:udids":"97EBC304-2E77-4916-9A12-8E6F666D3633,emulator-5554","platformName":"ios"}}}
[debug] [AppiumDriver@222f] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:automationName":"XCUITest","appium:bundleId":"com.xxxxxxx.staging","appium:deviceName":"iPhone 14 Pro Max","appium:maxTypingFrequency":"20","appium:newCommandTimeout":600,"appium:platformVersion":"16.2","appium:udids":"97EBC304-2E77-4916-9A12-8E6F666D3633,emulator-5554","platformName":"ios"}}]
[AppiumDriver@222f] Plugins which can handle cmd 'createSession': device-farm,appium-dashboard
[AppiumDriver@222f] Plugin appium-dashboard is now handling cmd 'createSession'
[AppiumDriver@222f] Plugin device-farm is now handling cmd 'createSession'
{
'appium:automationName': 'XCUITest',
'appium:bundleId': 'com.xxxxxxx.staging',
'appium:deviceName': 'iPhone 14 Pro Max',
'appium:maxTypingFrequency': '20',
'appium:newCommandTimeout': 600,
'appium:platformVersion': '16.2',
'appium:udids': '97EBC304-2E77-4916-9A12-8E6F666D3633,emulator-5554',
platformName: 'ios',
'appium:clearDeviceLogsOnStart': true,
'appium:nativeWebScreenshot': true
}
[device-farm] {"platform":"ios","platformVersion":"16.2","name":"","udid":["97EBC304-2E77-4916-9A12-8E6F666D3633","emulator-5554"],"busy":false,"userBlocked":false}
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[device-farm] Waiting for free device
[AppiumDriver@222f] Command 'createSession' was not handled by the following behaviours or plugins, even though they were registered to handle it: ["default"]. The command was handled by these: ["device-farm","appium-dashboard"].
[debug] [AppiumDriver@222f] Encountered internal error running command: Error: No device found for filters: {"platform":"ios","platformVersion":"16.2","name":"","udid":["97EBC304-2E77-4916-9A12-8E6F666D3633","emulator-5554"],"busy":false,"userBlocked":false}
Beta Was this translation helpful? Give feedback.
All reactions