indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

Saucelabs #266

Closed brettz9 closed 8 years ago

brettz9 commented 8 years ago

Hi @axemclion ,

Since grunt-saucelabs is apparently your baby, I thought I'd just ask if you know why Saucelabs (at least on Travis) is not working: https://travis-ci.org/axemclion/IndexedDBShim .

I made one fix in my last commit to workaround another issue (that key in the grunt saucelabs options must now be a function), but am now only able to get as far as seeing an error re: closing the tunnel.

I haven't tried yet running with my own Saucelabs account, but thought I'd ask if you knew of anything that could fix this. (From the command line, the node-qunit tests are also failing but the PhantomJS-based qunit is running fine (with a couple of expected errors).)

brettz9 commented 8 years ago

Saucelabs tests are running again and successfully (I used my encrypted key for the repo instead of yours as apparently yours were no longer working). I'm not sure why grunt-contrib-qunit isn't using PhantomJS 2.1.1 but it is failing on a couple of the QUnit tests because of that.

Update: I may have gotten confused into thinking that 2.1.1 should have been passing a couple tests.