Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 515 Bytes

File metadata and controls

25 lines (24 loc) · 515 Bytes

soundcloudPlugin

BuildFire Plugin: soundcloudPlugin

##How to run and test ###Prerequisite are node.js,bower,npm,karma, karma-coverage

$ npm install -g karma-cli
$ npm install -g karma-coverage
$ npm install -g bower

###Install bower and node dependencies

$ bower install
$ npm install

###Run the test cases

$ npm test
Or
$ karma start --reporters progress

###Run the test cases to see coverage

$ karma start