mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
19 lines
454 B
Markdown
19 lines
454 B
Markdown
# ng test
|
|
|
|
## Overview
|
|
`ng test` compiles the application into an output directory
|
|
|
|
## Options
|
|
`--watch` (`-w`) flag to run builds when files change
|
|
|
|
`--browsers` override which browsers tests are run against
|
|
|
|
`--colors` enable or disable colors in the output (reporters and logs)
|
|
|
|
`--log-level` level of logging
|
|
|
|
`--port` port where the web server will be listening
|
|
|
|
`--reporters` list of reporters to use
|
|
|
|
`--build` flag to build prior to running tests |