We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.11.0
System: OS: Linux 5.0 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz Binaries: Node: 12.8.0 - ~/.local/bin/node Yarn: Not Found npm: 6.10.2 - ~/.local/bin/npm Browsers: Chrome: Not Found Firefox: 68.0.2 npmPackages: @vue/babel-helper-vue-jsx-merge-props: 1.0.0 @vue/babel-plugin-transform-vue-jsx: 1.0.0 @vue/babel-preset-app: 3.11.0 @vue/babel-preset-jsx: 1.1.0 @vue/babel-sugar-functional-vue: 1.0.0 @vue/babel-sugar-inject-h: 1.0.0 @vue/babel-sugar-v-model: 1.0.0 @vue/babel-sugar-v-on: 1.1.0 @vue/cli-overlay: 3.11.0 @vue/cli-plugin-babel: ^3.11.0 => 3.11.0 @vue/cli-plugin-e2e-cypress: ^3.11.0 => 3.11.0 @vue/cli-plugin-eslint: ^3.11.0 => 3.11.0 @vue/cli-plugin-unit-jest: ^3.11.0 => 3.11.0 @vue/cli-service: ^3.11.0 => 3.11.0 @vue/cli-shared-utils: 3.11.0 @vue/component-compiler-utils: 3.0.0 @vue/eslint-config-airbnb: ^4.0.0 => 4.0.1 @vue/preload-webpack-plugin: 1.1.1 @vue/test-utils: 1.0.0-beta.29 => 1.0.0-beta.29 @vue/web-component-wrapper: 1.2.0 eslint-plugin-vue: ^5.0.0 => 5.2.3 (4.7.1) jest-serializer-vue: 2.0.2 vue: ^2.6.10 => 2.6.10 vue-eslint-parser: 2.0.3 (5.0.0) vue-hot-reload-api: 2.3.3 vue-jest: 3.0.4 vue-loader: 15.7.1 vue-style-loader: 4.1.2 vue-template-compiler: ^2.6.10 => 2.6.10 vue-template-es2015-compiler: 1.9.1 npmGlobalPackages: @vue/cli: 3.11.0
Using vue-cli create a simple app with enabling unit tests (Jest) and e2e test (Cypress). A produced app will have the following scripts section:
"scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "test:e2e": "vue-cli-service test:e2e", "test:unit": "vue-cli-service test:unit" },
As you see there is no test section defined.
test
Or:
The README does not have a Run your tests section (but only Run your unit tests and/or Run your end-to-end tests).
Run your tests
Run your unit tests
Run your end-to-end tests
The package.json is configured so that npm run test does do something.
npm run test
The README contains section Run your tests but running the command npm run test does not work.
The text was updated successfully, but these errors were encountered:
267aa67
fix: remove the nonexistent test command from generated README (#4525)
a0fc87a
Closes #4478 (cherry picked from commit 267aa67)
Successfully merging a pull request may close this issue.
Version
3.11.0
Environment info
Steps to reproduce
Using vue-cli create a simple app with enabling unit tests (Jest) and e2e test (Cypress). A produced app will have the following scripts section:
As you see there is no
test
section defined.What is expected?
Or:
The README does not have a
Run your tests
section (but onlyRun your unit tests
and/orRun your end-to-end tests
).Or:
The package.json is configured so that
npm run test
does do something.What is actually happening?
The README contains section
Run your tests
but running the commandnpm run test
does not work.The text was updated successfully, but these errors were encountered: