9 Commits

Author SHA1 Message Date
FrozenPandaz
6f23636323 feat(@angular/cli): add ability to build bundle for node and export lazy route map 2017-07-20 15:01:25 -07:00
Reto Lehmann
0e05e5168b fix(@angular/cli): Fixed e2e task to respect --publicHost setting as baseUrl for protractor (#6266)
https://github.com/angular/angular-cli/pull/6173 added two new settings
to the serve task. The --publicHost setting is not respected as baseUrl
for protractor in the e2e-task.

With this fix, if --publicHost is set, it will be used as baseUrl for protrator.
2017-06-27 16:46:44 +01:00
Sumit Arora
403bf7efb1 fix(@angular/cli): allow e2e tests to run if no-serve and port is provided 2017-05-24 15:27:27 -04:00
Sumit Arora
81403e85c5 fix(@angular/cli): fix baseUrl when running e2e with no-serve 2017-03-31 17:00:16 -07:00
Filipe Silva
97bfb1253c fix(@angular/cli): fix webdriver deep import on yarn (#5057)
Followup from https://github.com/angular/angular-cli/pull/4597

Following @Meligy suggestion in https://github.com/angular/angular-cli/pull/4597#issuecomment-282561038

Fix #4596
2017-02-27 15:32:43 +00:00
Meligy
7567f5c092
fix(eject): set ejected project to run webdriver-manager update as part of e2e npm script
Closes #4920
2017-02-22 14:15:01 -08:00
Hans Larsen
6402a27ee5
feat(@angular/cli): disable invalid commands on ejected apps
Closes #4680
2017-02-16 16:52:13 -08:00
Filipe Silva
8d2d93a7a2 feat(e2e): use protractor api (#4527)
Uses existing Protractor API to run it directly instead of using `npm run
e2e`.

Also adds support for the following flags: `--serve`, `--config`,
`--specs`, `--element-explorer`, `--webdriver-update`.

Fix #4256
Fix #4478

BREAKING CHANGE: `ng e2e` no longer needs `ng serve` to be running.
2017-02-09 15:14:29 -08:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00