We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue-cli-service e2e
1 parent 222f10d commit e6a085eCopy full SHA for e6a085e
packages/@vue/cli-plugin-e2e-cypress/index.js
@@ -47,13 +47,6 @@ module.exports = (api, options) => {
47
48
return runner
49
})
50
-
51
- // TODO remove in RC
52
- api.registerCommand('e2e', (args, rawArgv) => {
53
- const { warn } = require('@vue/cli-shared-utils')
54
- warn(`Deprecation Warning: "vue-cli-service e2e" has been renamed to "vue-cli-service test:e2e".`)
55
- return api.service.run('test:e2e', args, rawArgv)
56
- })
57
}
58
59
module.exports.defaultModes = {
0 commit comments