Skip to content

Can't get test connecting to local appium server #4054

Closed Answered by alaz-aura
alaz-aura asked this question in Q&A
Discussion options

You must be logged in to vote

Resolved this by finally narrowing down my issue. Below is a working appium helper config:

Before

    Appium: {
      appiumv2: true,
      "appium:deviceName": "iPhone 14",
      "appium:automationName": "xcuitest",
      "appium:bundleId": "appBundleIdHere",
      "appium:platformName": "iOS",
      hostname: '127.0.0.1',
      port: 4723,
      path: "/"
    },
  },

Working helper config:

Appium: {
      "platform": "iOS",
      "desiredCapabilities": {
        "appium:udid": "EFD167BF-800F-4CE7-B88F-808AE1B56D98",
        "appium:bundleId": "com.thisisaura.auraPlatform",
        "appium:automationName": "xcuitest",
      },
      host: "127.0.0.1",
      port: 4723,
      path: "/",
…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alaz-aura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant