TheBrainFamily / chimpy

Develop acceptance tests & end-to-end tests with realtime feedback.
https://thebrainfamily.github.io/chimpy
MIT License
52 stars 28 forks source link

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

Open samhatoum opened 6 years ago

samhatoum commented 6 years ago

Issue by vinayak63 Thursday May 04, 2017 at 16:08 GMT Originally opened as https://github.com/xolvio/chimp/issues/617


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,
  } ```
samhatoum commented 6 years ago

Comment by billyvg Monday May 08, 2017 at 20:24 GMT


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