defunctzombie / zuul

[UNMAINTAINED] multi-framework javascript browser testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saucelabs: localtunnel error: no active client for '.........'

fregante opened this issue · comments

zuul -- tests/index.js launches saucelabs successfully but this is what I see in the dashboard:

localtunnel error: no active client for '.........'

I just installed zuul and I haven't been able to use it at all so far, combine with #276

$ node -v
v5.7.1

I tried v0.12 too

This appears to be a problem with localtunnel itself, it automatically closes after a second after I run lt --port 8000 but it might be a good idea to watch for its crashes and fail the run too.

localhost wasn't mapped to 127.0.0.1 and localtunnel exited without error.

My bad.