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:

enter image description here

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:


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -