From af0c6e418710fe679fd6479393c46f5477a71c7b Mon Sep 17 00:00:00 2001 From: Daniel Edwards Date: Tue, 17 Oct 2017 09:06:16 +0100 Subject: [PATCH] docs(@angular/cli): Include base-href flag in e2e documentation --- docs/documentation/e2e.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/documentation/e2e.md b/docs/documentation/e2e.md index 3e507a34c4..4ffa9887f6 100644 --- a/docs/documentation/e2e.md +++ b/docs/documentation/e2e.md @@ -14,6 +14,16 @@ ng e2e End-to-end tests are run via [Protractor] (https://angular.github.io/protractor/). ## Options +
+ base href +

+ --base-href +

+

+ Override the baseUrl in the protractor config. Defaults to the baseUrl in the protractor config. +

+
+
config