Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bohdanmoroziuk/vue-testing-guide
A set of practices for testing Vue applications.
https://github.com/bohdanmoroziuk/vue-testing-guide
integration-testing jest snapshot-testing unit-testing vue-test-utils vue-testing vue-testing-handbook vue3
Last synced: about 1 month ago
JSON representation
A set of practices for testing Vue applications.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/vue-testing-guide
- Owner: bohdanmoroziuk
- License: mit
- Created: 2022-05-03T12:53:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T08:41:22.000Z (over 1 year ago)
- Last Synced: 2023-12-05T18:49:17.028Z (about 1 year ago)
- Topics: integration-testing, jest, snapshot-testing, unit-testing, vue-test-utils, vue-testing, vue-testing-handbook, vue3
- Language: TypeScript
- Homepage:
- Size: 826 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Testing Guide
> A set of practices for testing Vue applications.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).