diff --git a/Gruntfile.js b/Gruntfile.js index 26422f827b..d0af467a7c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -519,7 +519,7 @@ var path = require('path'), grunt.registerTask('spawn-casperjs', function () { var done = this.async(), options = ['host', 'noPort', 'port', 'email', 'password'], - args = ['test', 'admin/', 'frontend/', '--includes=base.js', '--direct', '--log-level=debug', '--port=2369']; + args = ['test', 'admin/', 'frontend/', '--includes=base.js', '--verbose', '--log-level=debug', '--port=2369']; // Forward parameters from grunt to casperjs _.each(options, function processOption(option) {