Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 412 Bytes

glasgowjs-karma-saucelabs-gulp

demo code from Glasgow JS on using karma saucelabs and gulp for multi browser testing

To Run the demo

  • 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