mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
e2e
This commit is contained in:
@ -18,7 +18,7 @@ module.exports = function(gulp, argv, buildConfig) {
|
||||
console.log('Serving `dist` on http://localhost:' + buildConfig.protractorPort);
|
||||
});
|
||||
|
||||
gulp.task('snapshot', ['examples', 'protractor-server'], function(done) {
|
||||
gulp.task('snapshot', ['e2e', 'protractor-server'], function(done) {
|
||||
var configFile = path.resolve(projectRoot, 'scripts/snapshot/protractor.config.js');
|
||||
snapshot(done, configFile);
|
||||
});
|
||||
|
Reference in New Issue
Block a user