updated smoke test URL to point to debug version
This commit is contained in:
parent
91bacd1dd9
commit
8acd91b4d9
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue