updated smoke test URL to point to debug version

This commit is contained in:
jdescottes 2013-08-04 18:36:43 +02:00
parent 91bacd1dd9
commit 8acd91b4d9

View File

@ -39,7 +39,7 @@ module.exports = function (grunt) {
filesSrc : ['tests/integration/casperjs/*_test.js'],
options : {
args : {
baseUrl : 'http://localhost:' + '<%= connect.www.options.port %>/'
baseUrl : 'http://localhost:' + '<%= connect.www.options.port %>/?debug'
},
direct : false,
logLevel : 'error',