iOS 12.2 hybrid tests fail using xcuitest-driver
See original GitHub issueThe problem
hybrid tests are failing in simulators.
Environment
- Appium version (or git revision) that exhibits the issue: 1.11.2-rc.1 git hash: cb8dbdb4b2b688e32e311ec7be0777d2339651eb
- Last Appium version that did not exhibit the issue (if applicable): N/A
- Desktop OS/version used to run Appium: 10.14.3 Mojave
- Node.js version (unless using Appium.app|exe): v8.9.4
- Npm package manager: 5.6.0
- Mobile platform/version under test: iOS 12.2
- Real device or emulator/simulator: N/A
- Appium CLI: 1.11.0-beta.3
- Xcode version: 10.2 beta 2
- simulator version: Version 10.2 (SimulatorApp-880.5 CoreSimulator-587.32)
Details
Test fail as the connection to the application cannot be established. appium-xcuitest-driver git hash: c8e4eabc17361945cc37aa8f4319594cbd7a090d appium-WebDriverAgent revision: branch xcode 10.2 sha: 9b05749dc2054f162eb2569b22bfa9350b195aa6
Link to Appium logs
Link to the Appium logs
Code To Reproduce Issue [ Good To Have ]
Running a test with runsauce with the following capabilities
{
"desiredCapabilities": {
"browserName": "",
"appiumVersion": "1.11.1",
"deviceName": "iPhone Simulator",
"platformVersion": "12.2",
"launchTimeout": 35000,
"platformName": "iOS",
"app": "http://appium.s3.amazonaws.com/FLWebView.app.zip",
"prevent-requeue": true,
"name": "Basic ios hybrid test (iPhone Simulator on iOS 12.2)",
"showXcodeLog": "true"
}
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to fix WebDriverAgent(WDA) run failure on Hybrid ...
WebDriverAgent(WDA) run failure. Symptoms. There are no execution errors in Testsigma website and the Execution stays in Queued state for an ...
Read more >appium-xcuitest-driver - npm
A module built with 11.4 can work on iOS 12.2. (This is xcodebuild's expected behaviour.) e.g., true. appium:useSimpleBuildTest, Build with build and run...
Read more >atom-appium-xcuitest-driver - npm package - Snyk
A module built with 11.4 can work on iOS 12.2. (This is xcodebuild's expected behaviour.) e.g., true. useSimpleBuildTest, Build with build and ...
Read more >appium/appium - Gitter
I am unable to test a React Native Switch feature on an exiting app loaded on an iPhone. The goal is to be...
Read more >Test Configuration Options - Sauce Labs Documentation
W3C WebDriver Capabilities: Required for any test using Selenium or ... want to use for your automated Appium, Espresso, or XCUITest tests:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sadafyadegari Can you try the latest of my branch? (And add some retries on getting the contexts)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.