defunctzombie / zuul

[UNMAINTAINED] multi-framework javascript browser testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a reason behind my travis-ci/saucelabs integration problem

bitinn opened this issue · comments

I have not been able to figure out this one for months.

My travis and zuul config looks like these:

While my test result is here:

I can't figure out why the build fails for some of my target devices for no reasons, and errors message like these don't tell me a lot on what ran wrong...

zuul browser error (firefox@47: [eval("(window.zuul_msg_bus ? window.zuul_msg_bus.splice(0, 1000) : []);")] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: Error: Permission denied to access property "zuul_msg_bus" (WARNING: The server did not provide any stacktrace information)

Is it a network problem? is it a config problem? I am 99.9% certain it has nothing to do with my tests.

I just ran into a similar problem with tests failing on chrome. In my case I was logging a fairly large object to the console, and when i removed that, it went a lot better.

unfortunately it's not the case for me. i see github/fetch repo has removed saucelabs integration due to similar frustration too, i should probably do that and manually run test locally instead...