If you'd like to experiment with the application that this guide describes, <live-examplename="testing"noDownload>run it in your browser</live-example> or <live-examplename="testing"downloadOnly>download and run it locally</live-example>.
When the tests are complete, the command creates a new `/coverage` folder in the project. Open the `index.html` file to see a report with your source code and code coverage values.
To enable this, open the [Karma](https://karma-runner.github.io) test platform configuration file, `karma.conf.js`, and add the `check` property in the `coverageReporter:` key.
Find more information about the different coverage configuration options [here](https://github.com/karma-runner/karma-coverage/blob/master/docs/configuration.md).