angular-cn/aio/tests/deployment/e2e
George Kalpakas df5999a739 fix(docs-infra): configure Firebase to strip off the `.html` extension (#25999)
Firebase used to do it automatically (with `cleanUrls: true`), but it
stopped doing it unless the resulting URL corresponds to an existing
file (which is not always the case in angular.io; e.g. the resulting URL
might be matched by a new redirect rule).
This change in Firebase hosting behavior resulted in some URLs not being
correctly redirected (e.g. URLs to the archived v2 site, or `.html`
suffixed URLs from 3rd-party sites).

This commit fixes it, by configuring Firebase hosting to strip off the
`.html` extension and redirect (if no other redirect rule matched).

PR Close #25999
2018-09-19 16:08:06 -07:00
..
protractor.conf.js refactor(aio): rename directory (tests/deployment-config --> tests/deployment) (#23390) 2018-04-17 13:45:38 -07:00
redirection.e2e-spec.ts fix(docs-infra): configure Firebase to strip off the `.html` extension (#25999) 2018-09-19 16:08:06 -07:00
site.po.ts test(docs-infra): fix double-slash in URL of `aio_monitoring` test (#25641) 2018-09-05 09:37:55 -07:00
smoke-tests.e2e-spec.ts ci(aio): fix `aio-monitoring` tests (#23390) 2018-04-17 13:45:38 -07:00