We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0c6e4 commit 7f5529dCopy full SHA for 7f5529d
docs/documentation/e2e.md
@@ -11,18 +11,11 @@
11
ng e2e
12
```
13
14
-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/).
15
16
## Options
17
-<details>
18
- <summary>base href</summary>
19
- <p>
20
- <code>--base-href</code>
21
- </p>
22
23
- Override the baseUrl in the protractor config. Defaults to the baseUrl in the protractor config.
24
25
-</details>
+
+Please note that options that are supported by `ng serve` are also supported by `ng e2e`
26
27
<details>
28
<summary>config</summary>
0 commit comments