mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
update to angular 2.0.0-alpha.44
This commit is contained in:
@ -34,6 +34,12 @@ module.exports = function(gulp, argv, buildConfig) {
|
||||
});
|
||||
|
||||
function snapshot(done, quickMode) {
|
||||
|
||||
if (!snapshotConfig.accessKey || !snapshotConfig.accessKey.length) {
|
||||
console.error('Missing IONIC_SNAPSHOT_KEY environment variable');
|
||||
return done();
|
||||
}
|
||||
|
||||
var testId = uuid.v4().split('-')[0];
|
||||
|
||||
var protractorConfigFile = path.resolve(projectRoot, 'scripts/snapshot/protractor.config.js');
|
||||
|
Reference in New Issue
Block a user