Skip to content

Commit 7f5529d

Browse files
deadwards90filipesilva
authored andcommitted
docs(@angular/cli): Update documentation of ng e2e to note support of ng serve arguments
1 parent af0c6e4 commit 7f5529d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/documentation/e2e.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@
1111
ng e2e
1212
```
1313

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

1616
## Options
17-
<details>
18-
<summary>base href</summary>
19-
<p>
20-
<code>--base-href</code>
21-
</p>
22-
<p>
23-
Override the baseUrl in the protractor config. Defaults to the baseUrl in the protractor config.
24-
</p>
25-
</details>
17+
18+
Please note that options that are supported by `ng serve` are also supported by `ng e2e`
2619

2720
<details>
2821
<summary>config</summary>

0 commit comments

Comments
 (0)