X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=karma.conf.js;h=d1c9cd3487fd92e2c41ff3800a554f3e608a7bb0;hb=7ab8180f06f834b292b7e9a0bd188c22fce6092c;hp=76a758c2cebc181dee324345fcf15b5e2beaf07e;hpb=960327c9fbbb2dc52f8f67a1bf94edc40281c1f0;p=civicrm-core.git diff --git a/karma.conf.js b/karma.conf.js index 76a758c2ce..d1c9cd3487 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -63,6 +63,7 @@ module.exports = function(config) { port: 9876, reporters: ['progress'], junitReporter: { + useBrowserName: false, outputFile: 'tests/output/karma.xml', suite: '' },