continuous: { configFile: 'karma.conf.js', singleRun: true, browsers: ['PhantomJS'], reporters: ['dots', 'junit'], junitReporter: { outputFile: 'test-results.xml' } }