Skip to content

Commit 2aaed66

Browse files
committed
Add test-ci script to run ChromeHeadless
1 parent 2773561 commit 2aaed66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0",
88
"build": "ng build --prod",
99
"test": "ng test --code-coverage",
10+
"test-ci": "ng test --browsers ChromeHeadless",
1011
"lint": "ng lint",
1112
"e2e": "ng e2e"
1213
},

0 commit comments

Comments
 (0)