Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(karma): fix title is not defined
Browse files Browse the repository at this point in the history
fixes #15
  • Loading branch information
hypery2k committed Nov 8, 2016
1 parent 3dac355 commit b31d9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = function (config) {
junitReporter: {
outputDir: JUNIT.dir, // results will be saved as $outputDir/$browserName.xml
outputFile: 'TEST-' + JUNIT.title + '.xml', // if included, results will be saved as $outputDir/$browserName/$outputFile
suite: title, // suite will become the package name attribute in xml testsuite element
suite: JUNIT.title, // suite will become the package name attribute in xml testsuite element
useBrowserName: false // add browser name to report and classes names
},

Expand Down

0 comments on commit b31d9dc

Please sign in to comment.