Commit Graph

7 Commits

Author SHA1 Message Date
Evan You 26271d520c docs(unit-jest): need different debugger command for windows [ci skip]
ref #2005
2018-07-31 08:48:41 -04:00
Evan You cd88cfa1e4 feat(unit-jest): run jest in the same process
This allows vue-cli-service test:unit to be debugged via node inspector.
2018-07-18 17:12:17 -04:00
Tim Miller-Williams 05fc6ec47a docs: correct vue add command in readme (#1266) 2018-05-11 12:40:02 -04:00
Evan You 69ebd800a2 refactor: rename test commands
BREAKING CHANGE: `cli-plugin-unit-jest` and `cli-plugin-unit-mocha` now register
"test:unit" command and script instead of "test"; `cli-plugin-e2e-cypress` now
register "test:e2e" with optional `--headless` flag instead of "e2e" and
"e2e:open"; `cli-plugin-e2e-nightwatch` now register "test:e2e" instead of "e2e".

close #876, close #878
2018-05-01 18:15:25 -04:00
Evan You 64b4515731 refactor: change default test directory name to "tests"
BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877
2018-02-28 18:07:06 -05:00
Evan You dd6cd856e2 docs: readme for plugins 2018-02-08 17:25:43 -05:00
Evan You 697ecaa70b chore 2017-12-28 15:58:52 -05:00