feat: Added headless test configuration
(vscode debug support)
This commit is contained in:
parent
7fe1b1ab30
commit
889b0364a9
3 changed files with 34 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"start": "./node_modules/.bin/ng serve",
|
||||
"build": "./node_modules/.bin/ng build --aot --prod",
|
||||
"test": "./node_modules/.bin/ng test",
|
||||
"test:headless": "./node_modules/.bin/ng test --browsers=ChromeHeadless",
|
||||
"test:headless": "./node_modules/.bin/ng test --browsers=ChromeHeadlessDebug",
|
||||
"lint": "./node_modules/.bin/ng lint",
|
||||
"e2e": "./node_modules/.bin/ng e2e",
|
||||
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue