Commit Graph

11 Commits

Author SHA1 Message Date
Evan You 460c200d28 fix(unit-mocha): node externals are unnecessary for testing client code
close #1548
2018-06-11 16:27:17 -04:00
Evan You 7ce91c89f2 workflow: enable eslint node/no-extraneous-require 2018-05-30 10:25:33 -04:00
Evan You aa07942638 chore: backwards compatible warnings for test commands rename 2018-05-03 14:39:31 -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 d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You fe9aed83bd fix: externalize vue-server-renderer + support dynamic import in mocha tests 2018-03-02 22:12:56 -05: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 172e8ebaa0 fix(unit-mocha): fix test glob to avoid running e2e tests
fix #790
2018-02-06 10:39:41 -05:00
Evan You 957e08d3f0 tweak ts setup 2018-01-11 01:55:08 -05:00
Evan You e773479272 WIP: TS compat with other plugins 2018-01-11 00:37:21 -05:00