Skip to content

Commit

Permalink
Merge pull request #79 from matz3/patch-1
Browse files Browse the repository at this point in the history
docs: add missing comma
dignifiedquire committed Feb 10, 2016
2 parents ca36e78 + b59dc04 commit bed96c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ module.exports = function(config) {
outputDir: '', // results will be saved as $outputDir/$browserName.xml
outputFile: undefined, // if included, results will be saved as $outputDir/$browserName/$outputFile
suite: '', // suite will become the package name attribute in xml testsuite element
useBrowserName: true // add browser name to report and classes names
useBrowserName: true, // add browser name to report and classes names
nameFormatter: undefined, // function (browser, result) to customize the name attribute in xml testcase element
classNameFormatter: undefined // function (browser, result) to customize the classname attribute in xml testcase element
}

0 comments on commit bed96c4

Please sign in to comment.