This commit is contained in:
Tim Lancina
2015-07-21 23:00:51 -05:00
parent 8aa0614cde
commit 5c6668e8f5

View File

@@ -49,13 +49,12 @@ module.exports = function(gulp, argv, buildConfig) {
return _.template(argument, snapshotValues);
});
// e2ePublish(snapshotValues.params.test_id);
e2ePublish(snapshotValues.params.test_id);
return protractor(done, [protractorConfigFile].concat(protractorArgs));
}
function protractor(done, args) {
debugger;
var child = cp.spawn('protractor', args, {
stdio: [process.stdin, process.stdout, 'pipe']
});