21 Commits

Author SHA1 Message Date
jsshandle
524807d6cf docs(@angular/cli): resolve HTTP 301 redirects 2018-07-23 13:33:15 +01:00
Hans
7924e0a455 docs: re-add angular/cli docs which were deleted when syncing devkit 2018-06-08 07:24:02 -07:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00
Charles Lyding
0344563355 docs: add anonymous options and schematics list 2018-05-10 10:21:41 -07:00
Filipe Silva
e64cd783e9 docs: update command descriptions 2018-04-30 18:26:57 -07:00
Charles Lyding
b3e966e43f docs: update wiki command options 2018-04-30 15:03:12 -07:00
Aniruddha Das
265eb96c09 feat(@angular/cli): override suite in the protractor config
resolves: 807
Override suite in the protractor config.
Can send in multiple suite by comma seperated values (ng e2e --suite=suite1.ts, suite2.ts).

Issue link
 github.com/angular/angular-cli/issues/807
 github.com/angular/angular-cli/pull/3551
2018-01-03 11:09:26 +00:00
David
7ef5648bef docs(@angular/cli): fix inline link and code formatting 2017-12-01 15:27:46 -05:00
Shlang
98b4f421ab docs: fix typos 2017-11-02 15:52:13 +00:00
Daniel Edwards
7f5529d8e0 docs(@angular/cli): Update documentation of ng e2e to note support of ng serve arguments 2017-10-17 11:33:49 +01:00
Daniel Edwards
af0c6e4187 docs(@angular/cli): Include base-href flag in e2e documentation 2017-10-17 11:33:49 +01:00
Aditya Parab
3bbf175bab fix(@angular/cli): do not run e2e task if build fails
when ng e2e --serve=true is run and the build is not successful e2e task
should not be run

previously the e2e task was run even if build was a failure which will
obviously result in failure of test cases
now if errors are detected in build the e2e task will not be run
update docs as well to reflect this behaviour

Closes #7567
2017-10-06 09:59:47 -07:00
Sumit Arora
1fa5f2ddf7 docs: fixing lint documentation (#5633)
Fixes #5632
Fixes #5713
2017-03-31 16:59:33 -07:00
Stephen Cavaliere
e037877169
docs(@angular/cli): fix a few documentation inconsistencies
Close #5488
2017-03-23 17:36:41 -07:00
Mike Brocchi
8572f429d8 docs: update the e2e command docs 2017-03-23 17:25:30 -07:00
Sumit Arora
8c3a7b86dc docs(@angular/cli): Adding more details to documentation (#4960) 2017-03-06 18:47:11 +00:00
Mike Brocchi
809340a8f0 refactor(@angular/cli): rename config file from angular-cli.json to .angular-cli.json (#4681)
BREAKING CHANGE: The configuration file angular-cli.json has been renamed to .angular-cli.json
2017-02-15 23:14:18 -05: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
Mike Brocchi
092e673153 docs: move documentation from readme to docs
Close #4190
2017-01-24 16:30:28 +00:00
Bram Borggreve
26003a0d4e docs: add comment to files in docs/documentation about not adding .md to links
Close #4163
2017-01-24 16:30:16 +00:00
Mike Brocchi
a5a33fa1db chore(docs): move the new wiki docs to main repo (#3382)
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
2016-12-05 15:25:11 -08:00