-
-
Notifications
You must be signed in to change notification settings - Fork 122
Appium-device-farm plugin doesn't work #1679
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
Comments
@ly061 Could you please describe the issue you are currently facing? What exactly is not working and is there any error that is thrown from device farm? Kindly attach the full appium server logs as gist along with the device-farm version you are using. |
Before starting the appium server, can you set also you need to pass |
@sudharsan-selvaraj thanks for your help, it works well on Android now. But in ios still have some error. Appium log:
My code: DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability("appium:automationName","xcuitest");
caps.setCapability("platformName","iOS");
caps.setCapability("appium:udid","00008101-001SSSD550814DA");
caps.setCapability("appium:appBundleId","com.tencent.info");
// caps.setCapability("appium:showXcodeLog",true);
IOSDriver driver = new IOSDriver(new URL("http://localhost:4723/wd/hub"), caps);
driver.quit(); |
@ly061 Habe u uploader wda-resign.ipa file to device-farm under apps section? |
hi @saikrishna321 , it works well after I uploading the wda-resign.ipa, great thanks |
Describe the bug
My code works well with appium, but if i use plugin it doesn't work anymore
Link to Appium logs
Environment
The text was updated successfully, but these errors were encountered: