https://github.com/alvarosabu/vue-cypress-example
Repo to test Cypress v7 Component Testing
https://github.com/alvarosabu/vue-cypress-example
Last synced: 6 months ago
JSON representation
Repo to test Cypress v7 Component Testing
- Host: GitHub
- URL: https://github.com/alvarosabu/vue-cypress-example
- Owner: alvarosabu
- Created: 2021-04-10T08:19:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T10:31:49.000Z (over 4 years ago)
- Last Synced: 2025-02-13T01:34:27.495Z (8 months ago)
- Language: JavaScript
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cypress-example
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).