From 8bc02f72c9a756ae1e8ac11f6435db9a74141207 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Fri, 27 Dec 2013 17:42:07 +0100 Subject: [PATCH] Use dots reporter for sauce --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 718019858..74f559788 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,6 +85,7 @@ module.exports = function (grunt) { browsers: ['Firefox'], }, sauce: { + options: {reporters: ['dots']}, singleRun: true, browsers: [ 'sl_chrome_win_xp', -- 2.47.2