How to Add a Test Coverage Report to an Angular CLI Project
How to Add a Test Coverage Report to an Angular CLI Project
Angular CLI has test coverage reporting somewhat built in.
First install the dependencies.
Then run
ng test
.
Then run the server that shows you your report.
You should see something like this.
more info please visit : https://www.angularonrails.com/add-test-coverage-report-angular-cli-project/
Happy Coding,
Bhaskar
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home