Skip to content

Commit

Permalink
feat(index.js): change default browser to Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzapata committed Aug 27, 2016
1 parent ee638de commit c0d814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var results = [];
module.exports = function (customOptions) {

var defaultOptions = {
browser: 'firefox',
browser: 'chrome',
folderOutputReport: 'aXeReports',
saveOutputIn: '',
threshold: 0
Expand Down

0 comments on commit c0d814d

Please sign in to comment.