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'],
|
filesSrc : ['tests/integration/casperjs/*_test.js'],
|
||||||
options : {
|
options : {
|
||||||
args : {
|
args : {
|
||||||
baseUrl : 'http://localhost:' + '<%= connect.www.options.port %>/'
|
baseUrl : 'http://localhost:' + '<%= connect.www.options.port %>/?debug'
|
||||||
},
|
},
|
||||||
direct : false,
|
direct : false,
|
||||||
logLevel : 'error',
|
logLevel : 'error',
|
||||||
|
|
Loading…
Reference in a new issue