mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
17 lines
383 B
Markdown
17 lines
383 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# ng e2e
|
|
|
|
## Overview
|
|
`ng e2e` executes end-to-end tests
|
|
|
|
### Running end-to-end tests
|
|
|
|
```bash
|
|
ng e2e
|
|
```
|
|
|
|
Before running the tests make sure you are serving the app via `ng serve`.
|
|
|
|
End-to-end tests are run via [Protractor](https://angular.github.io/protractor/).
|