aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

The CI failed. #108

Closed lygstate closed 9 years ago

aaronpowell commented 9 years ago

Yep, the problem is to do with the SauceLab's integration for running the tests. I haven't had the time (or motivation) to fix the CI build

MartijnR commented 9 years ago

It would look very good if they passed! :thumbsup:

(just trying to motivate you)

aaronpowell commented 9 years ago

Haha yeah I know :stuck_out_tongue:. The problem was someone else wrote the SauceLabs integration and I never really got how it worked.

On the plus side it looks like PhantomJS v2 supports IndexedDB so I might see about moving to that instead.

MartijnR commented 9 years ago

:)

Yes, PhantomJS2 could be a nice solution. (I am loving using karma with a headless task for Travis and a 'browsers' task to launch the same tests in Chrome/Firefox/Safari/Opera locally.)

lygstate commented 9 years ago

I'd like to say, the problem is resolved. In real browser test always a better option.