https://github.com/jessicasachs/cypress-router-vue-cli-component-test
Cypress + Vue CLI Component Tests - App with Routing
https://github.com/jessicasachs/cypress-router-vue-cli-component-test
cypress-component-testing cypress-vue-component-testing
Last synced: 5 months ago
JSON representation
Cypress + Vue CLI Component Tests - App with Routing
- Host: GitHub
- URL: https://github.com/jessicasachs/cypress-router-vue-cli-component-test
- Owner: JessicaSachs
- Created: 2020-04-07T04:50:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:54:10.000Z (over 3 years ago)
- Last Synced: 2025-02-04T17:30:10.785Z (over 1 year ago)
- Topics: cypress-component-testing, cypress-vue-component-testing
- Language: Vue
- Size: 3.11 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-router-vue-cli-component-test
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).