From cb7a3589fdf0c91d9710c916df8d3b29e1268d75 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 28 Jan 2016 14:47:14 -0500 Subject: [PATCH] chore(snapshot): update snapshot to run all tests --- scripts/snapshot/snapshot.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/snapshot/snapshot.config.js b/scripts/snapshot/snapshot.config.js index d6a67d99cf..29858c57cc 100644 --- a/scripts/snapshot/snapshot.config.js +++ b/scripts/snapshot/snapshot.config.js @@ -8,8 +8,8 @@ exports.config = { domain: 'ionic-snapshot-go.appspot.com', //domain: 'localhost:8080', - //specs: 'dist/e2e/**/*e2e.js', - specs: 'dist/e2e/input/**/*e2e.js', + specs: 'dist/e2e/**/*e2e.js', + // specs: 'dist/e2e/input/**/*e2e.js', sleepBetweenSpecs: 350,