Gathering detailed insights and metrics for @vue/test-utils
Gathering detailed insights and metrics for @vue/test-utils
Gathering detailed insights and metrics for @vue/test-utils
Gathering detailed insights and metrics for @vue/test-utils
vue-test-utils-compat
Compat layer for @vue/test-utils@2.x
eslint-plugin-vue-test-utils
Linting for Vue Test Utils
vue-test-helpers
Helpers for vue-test-utils
@netsells/vue-storybook-test-utils
This package provides wrappers around `@vue/test-utils` for easier integration with storybook-based tests.
npm install @vue/test-utils
72
Supply Chain
85
Quality
84
Maintenance
100
Vulnerability
99.3
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,047 Stars
2,121 Commits
247 Forks
24 Watching
2 Branches
208 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (94.84%)
Vue (4.86%)
JavaScript (0.3%)
Cumulative downloads
Total Downloads
Last day
-1.7%
368,131
Compared to previous day
Last week
0.8%
1,957,852
Compared to previous week
Last month
11.7%
8,372,701
Compared to previous month
Last year
15%
85,734,100
Compared to previous year
2
38
Component testing utils for Vue 3.
🇫🇷 French version of this README.md
yarn add @vue/test-utils --dev
npm install @vue/test-utils --save-dev
Get started with the documentation.
Check the migration guide. It's still a work in progress. If you find a problem or something that doesn't work that previously did in Vue Test Utils v1, please open an issue.
See the docs.
Get started by running pnpm install
. You can run the tests with pnpm test
. That's it!
All the documentation files can be found in docs
. It contains the English markdown files while translation(s) are stored in their corresponding <lang>
sub-folder(s):
fr
: French translation.Besides that, the .vitepress
sub-folder contains the config and theme, including the i18n information.
pnpm docs:dev
: Start the docs dev server.pnpm docs:build
: Build the docs.To add or maintain the translations, we follow the Vue Ecosystem Translation Guidelines.
pnpm docs:translation:status [<lang>]
: Show the translation status for your language. If you don't specify a language, it will show the status for all languages.pnpm docs:translation:compare <lang>
: Compare the docs with the latest checkpoint for your language.pnpm docs:translation:update <lang> [<commit>]
: Update the checkpoint for your language. The checkpoint will be set by the latest commit hash. However, you can also specify a commit hash manually.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 8/30 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More