xolvio / chimp

Tooling that helps you do quality, faster.
MIT License
798 stars 139 forks source link

[Question]How to use existing saucelab tunnel with chimp? #617

Closed vinayak63 closed 6 years ago

vinayak63 commented 7 years ago

I am able to connect to the saucelab through chimp.But the application under test is an internal application and we have a shared tunnel in saucelab. I am trying to run the tests but I am unable to use saucelab tunnel.Here is my config:


  platform: "ANY",
  name: "vinny",
  user: "sso-fmi.com-victor",
  key: ""6398aeb9-c8c4-4161-9f47-df4e93e0526b",
  port: 80,
  host: "ondemand.saucelabs.com",
  tunnelIdentifier:"vnari / PACT-TEST29_VNARI",
  parentTunnel:"vnari",
  sauceConnect: true,

  // deviceName: null,
  // - - - - WEBDRIVER-IO  - - - -
  webdriverio: {
    desiredCapabilities: {},
    logLevel: "silent",
    // logOutput: null,
    user: "sso-fmi.com-victor",
    key: "6398aeb9-c8c4-4161-9f47-df4e93e0526b",
    port: 80,
    host: "ondemand.saucelabs.com",
    tunnelIdentifier:"vnari / PACT-TEST29_VNARI",
    parentTunnel:"vnari",
    sauceConnect: true,
  //  path: "/wd/hub",
    baseUrl: null,
    coloredLogs: true,
    screenshotPath: null,
    waitforTimeout: 500,
    waitforInterval: 250,
  } ```
billyvg commented 7 years ago

FYI you have your saucelabs key listed.

Looks like webdriverio services are not supported. I think they are only available with the wdio testrunner. It would be nice if we could hook into wdio services, then we could also solve #618 as well

samhatoum commented 6 years ago

This issue is being tracked in Chimpy https://github.com/TheBrainFamily/chimpy/issues