2 // Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC)
4 module.exports = function(config) {
7 // base path that will be used to resolve all patterns (eg. files, exclude)
12 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
13 frameworks: ['mocha', 'chai', 'sinon'],
16 // list of files / patterns to load in the browser
23 // list of files to exclude
29 // preprocess matching files before serving them to the browser
30 // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
34 // test results reporter to use
35 // possible values: 'dots', 'progress'
36 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
37 reporters: ['progress'],
44 // enable / disable colors in the output (reporters and logs)
49 // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
50 logLevel: config.LOG_INFO,
53 // enable / disable watching file and executing tests whenever any file changes
57 // start these browsers
58 // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
59 browsers: ['PhantomJS'],
62 // Continuous Integration mode
63 // if true, Karma captures browsers, runs the tests and exits
67 // how many browser should be started simultaneous