Skip to content

Commit

Permalink
minor README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
putermancer committed Jun 17, 2016
1 parent 79f45de commit aa154f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ onPrepare: function() {
consolidateAll: false,
savePath: 'testresults',
modifyReportFileName: function(generatedFileName, suite) {
// this will produce distinct suite names for each capability,
// this will produce distinct file names for each capability,
// e.g. 'firefox.SuiteName' and 'chrome.SuiteName'
return browserName + '.' + generatedFileName;
}
Expand Down

0 comments on commit aa154f7

Please sign in to comment.