Commit Graph

18 Commits

Author SHA1 Message Date
Cédric Exbrayat
e4e151b238 fix: remove webpack-preprocessor from cypress config (#2904)
* test: add cypress test for TS

* fix: remove webpack-preprocessor from cypress config

Removes the `@cypress/webpack-preprocessor` from the generated cypress configuration, as it leads to several issues regarding file watching, headless mode and TS support.

Fixes #2903
2018-11-12 14:44:46 +08:00
Haoqun Jiang
4e90afe189 fix: missing comma 2018-10-11 19:57:49 +08:00
Haoqun Jiang
85b10896b3 ci: temporarily disable e2e test on AppVeyor
As it always fails for some unknown reason.
2018-10-11 02:29:16 +08:00
Haoqun Jiang
b623b78b8e ci: bump test timeouts 2018-10-11 00:45:18 +08:00
Haoqun Jiang
c0ca45cdaa test: run cypress in headless mode only when in CI env
Some issues only happens in GUI mode (https://github.com/vuejs/vue-cli/pull/2672),
so we need to manually identify these issues during development.
2018-10-07 18:05:48 +08:00
Haoqun Jiang
0045196151 refactor: @cypress/webpack-preprocessor should be a peer dep 2018-10-07 18:05:47 +08:00
Evan You
12e57f73ac ci: bump e2e test timeout 2018-08-06 22:15:52 -04:00
Evan You
11379e0dc6 ci: avoid jest bailing on appveyor 2018-06-13 02:04:17 -04:00
Evan You
b4770d0fcb ci: temporarily disable Cypress tests on windows 2018-06-11 11:12:27 -04:00
Evan You
c1074beb9e ci: bump timeouts 2018-06-07 10:51:04 -04:00
Evan You
a81f7ad800 feat(e2e-cypress): upgrade cypress to 3.0
close #1477

BREAKING CHANGE: Cypress has been upgraded to 3.0. See changelog at
https://docs.cypress.io/guides/references/changelog.html
2018-06-05 14:46:20 -04:00
Evan You
fb55ce4308 ci: bump timeouts 2018-05-31 14:22:13 -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
6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You
90c1952d58 ci: bump cypress timeout for appveyor 2018-02-09 12:23:12 -05:00
Evan You
7ded16265c ci: bump cypress test timeout 2018-02-08 20:21:14 -05:00
Evan You
f63bfc44a2 ci: bump cypress test timeout 2018-01-25 00:13:16 -05:00
Evan You
20973c8413 test: tests for e2e plugins 2018-01-24 23:08:20 -05:00