Skip to content

Commit

Permalink
docs(@angular/cli): Update documentation of ng e2e to note support of…
Browse files Browse the repository at this point in the history
… ng serve arguments
  • Loading branch information
deadwards90 authored and dond2clouds committed Apr 23, 2018
1 parent 2056a69 commit c3a6702
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/documentation/e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@
ng e2e
```

End-to-end tests are run via [Protractor] (https://angular.github.io/protractor/).
End-to-end tests are run via [Protractor](https://angular.github.io/protractor/).

## Options
<details>
<summary>base href</summary>
<p>
<code>--base-href</code>
</p>
<p>
Override the baseUrl in the protractor config. Defaults to the baseUrl in the protractor config.
</p>
</details>

Please note that options that are supported by `ng serve` are also supported by `ng e2e`

<details>
<summary>config</summary>
Expand Down

0 comments on commit c3a6702

Please sign in to comment.