Commit Graph

8 Commits

Author SHA1 Message Date
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
Chris
49677ba0be chore: update Cypress test.js test description (#1011) 2018-04-25 16:44:22 -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
Chris Fritz
46358ebbab fix(cypress): upgrade cypress and properly set base url (#879) 2018-02-24 19:54:13 -05:00
Evan You
d391e4741e fix: eslint + airbnb compat with TypeScript 2018-02-16 11:38:39 +01:00
Evan You
9410442138 feat: use eslint-plugin-cypress
close #815
2018-02-12 15:56:52 -05:00
Evan You
313533d84e fix: fix eslint errors when using airbnb + cypress 2018-02-03 14:18:13 -05:00
Evan You
8a3ac7e170 feat: e2e cypress 2018-01-24 21:59:29 -05:00