Skip to content

Commit 4acc832

Browse files
committed
Enable screenshots test for testing
1 parent d191c78 commit 4acc832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gulp/tasks/e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ task('e2e', (done: (err?: string) => void) => {
6161
'serve:e2eapp',
6262
':test:protractor',
6363
':serve:e2eapp:stop',
64+
'screenshots',
6465
(err: any) => done(err)
6566
);
6667
});

0 commit comments

Comments
 (0)