computmaxer / karma-jspm

Other
74 stars 50 forks source link

run tests on CI system #37

Closed andreasgrimm closed 9 years ago

andreasgrimm commented 9 years ago

How do you run your tests on a CI system?

PhantomJS isn't working. I'm sick of using SauceLabs to run my unit tests in e.g. Chrome Browser because it increases the build time.

maxwellpeterson-wf commented 9 years ago

We use PhantomJS. You may need to include the bind-polyfill for PhantomJS to work well (https://github.com/Workiva/wGulp/blob/master/src/function-bind-polyfill.js)

Ref: https://github.com/ariya/phantomjs/issues/10522

andreasgrimm commented 9 years ago

thanks for fast reply. I'll try that out ...

andreasgrimm commented 9 years ago

yay, I now can use PhantomJS. Thanks so much!