mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
snapshot updates
This commit is contained in:
@@ -3,8 +3,8 @@ exports.config = {
|
||||
|
||||
groupId: 'ionic2',
|
||||
appId: 'snapshots',
|
||||
//domain: 'http://localhost:8080',
|
||||
domain: 'http://ionic-snapshot-go.appspot.com',
|
||||
//domain: 'localhost:8080',
|
||||
domain: 'ionic-snapshot-go.appspot.com',
|
||||
accessKey: process.env.IONIC_SNAPSHOT_KEY
|
||||
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@ module.exports = function(gulp, argv, buildConfig) {
|
||||
}
|
||||
|
||||
function protractor(done, args) {
|
||||
console.log('Start protractor');
|
||||
console.log('Start protractor:', snapshotValues.params.test_id);
|
||||
|
||||
var child = cp.spawn('protractor', args, {
|
||||
stdio: [process.stdin, process.stdout, 'pipe']
|
||||
|
||||
Reference in New Issue
Block a user