You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,9 @@ Run `ng build` to build the project. The build artifacts will be stored in the `
81
81
82
82
## Running unit tests
83
83
84
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
84
+
Run `npm run test` or `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
85
+
86
+
Run `npm run test-headless` or `ng test --browsers ChromeHeadless` to execute the unit tests via "Headless Browser".
85
87
86
88
## Running mutation tests
87
89
Mutation tests have been enabled using stryker. You can run those tests locally, it takes ~4 hours to have the results. If you want to run them locally please install stryker locally:
0 commit comments