Commit Graph

11 Commits

Author SHA1 Message Date
Jianrong Yu d210e78c6c fix(e2e-cypress): merge --config option for cypress (#2048)
Fix #2047 by joining the config from user with internal `baseUrl`
2018-08-05 23:24:36 -04:00
Evan You 05391b6e9e fix: e2e runner args passing
close #1393
2018-05-30 13:39:19 -04:00
Guillaume Chau 7d98d697c1 fix: remove console.log 2018-05-30 17:08:11 +02: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
Chris Fritz 46358ebbab fix(cypress): upgrade cypress and properly set base url (#879) 2018-02-24 19:54:13 -05:00
Evan You 8f8fe6dee7 feat: allow e2e plugins to sepcify which mode the server should start in
close #814
2018-02-12 15:53:31 -05:00
Evan You 20973c8413 test: tests for e2e plugins 2018-01-24 23:08:20 -05:00
Evan You 8a3ac7e170 feat: e2e cypress 2018-01-24 21:59:29 -05:00