saucelabs - SauceConnect on Codeship -
i have sauceconnect tunnel & running on codeship build. connects--the tunnel alive! evidenced sc stdout, saucelabs.com.
if launch server serve static website on ci box, shell can curl it. <html> doc expected.
cool! so,
- the local static server , serving content (verified), and
- the sauceconnect tunnel up.
however, when looking @ screencast saucelabs:
bummer! exact same branch running same bits works personal host. running manual test saucelabs on tunnel not work.
the log of failing pipeline here: https://gist.github.com/cdaringe/b5e92aab21c2a6af9672fbffb77ad8bc
i'm not it's relevant, produce working test (exit 0) using loosely same bits:
- check out https://github.com/tripwire/octagon/pull/68
yarn,yarn build,yarn run styleguide:build- set sauce_username, sauce_access_key, per usual
yarn test

Comments
Post a Comment