question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS 12.2 hybrid tests fail using xcuitest-driver

See original GitHub issue

The 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"
    }
}

(https://github.com/appium/appium/issues/12101)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
imurchiecommented, Mar 15, 2019

@sadafyadegari Can you try the latest of my branch? (And add some retries on getting the contexts)

0reactions
lock[bot]commented, Mar 27, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found