Merge pull request #993 from jloveland/e2e-fail-travis

Adding configuration to fail grunt task if e2e tests fail
This commit is contained in:
Cody B. Daig
2015-10-17 08:05:17 -07:00

View File

@@ -201,7 +201,6 @@ module.exports = function (grunt) {
protractor: {
options: {
configFile: 'protractor.conf.js',
keepAlive: true,
noColor: false,
webdriverManagerUpdate: true
},