single run have to be specify in the package.json command otherwise the browser test can not be executed

This commit is contained in:
Eugenio Romano 2016-06-13 11:34:00 +01:00
parent 549369f843
commit 4f28f60d11
5 changed files with 6 additions and 14 deletions

View File

@ -75,8 +75,7 @@ module.exports = function (config) {
{type: 'json', file: 'coverage-final.json'},
{type: 'html'}
]
},
}
singleRun: true
})
};

View File

@ -52,7 +52,7 @@ module.exports = function (config) {
flags: ['--no-sandbox']
}
},
// Karma plugins loaded
plugins: [
'karma-jasmine',
@ -80,9 +80,8 @@ module.exports = function (config) {
{type: 'json', file: 'coverage-final.json'},
{type: 'html'}
]
},
}
singleRun: true
}
if (process.env.TRAVIS) {

View File

@ -83,9 +83,7 @@ module.exports = function (config) {
{type: 'json', file: 'coverage-final.json'},
{type: 'html'}
]
},
singleRun: true
}
}
if (process.env.TRAVIS) {

View File

@ -82,9 +82,7 @@ module.exports = function (config) {
{type: 'json', file: 'coverage-final.json'},
{type: 'html'}
]
},
singleRun: true
}
}
if (process.env.TRAVIS) {

View File

@ -83,9 +83,7 @@ module.exports = function (config) {
{type: 'json', file: 'coverage-final.json'},
{type: 'html'}
]
},
singleRun: true
}
}
if (process.env.TRAVIS) {