Skip to content

Commit

Permalink
Merge pull request #53 from alexander-alvarez/master
Browse files Browse the repository at this point in the history
updating documentation with info about the suite argument
  • Loading branch information
dignifiedquire committed Aug 3, 2015
2 parents 34bf23e + e309bd2 commit ec01cff
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
Expand Up @@ -35,7 +35,7 @@ module.exports = function(config) {
junitReporter: {
outputDir: '', // results will be saved as $outputDir/$browserName.xml
outputFile: undefined, // if included, results will be saved as $outputDir/$browserName/$outputFile
suite: ''
suite: '' // suite will become the package name attribute in xml testsuite element
}
});
};
Expand Down

0 comments on commit ec01cff

Please sign in to comment.