demo code from Glasgow JS on using karma saucelabs and gulp for multi browser testing
- Modify the karma.js file and add your own username and access key for sauce labs
 - run 
npm install - run 
npm install karma --global - run 
npm install gulp --global - run the test with 
gulp ci 
Job done