Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nottyo/cypress-e2e-code-coverage
Example Project that generate Code Coverage from Cypress E2E Test
https://github.com/nottyo/cypress-e2e-code-coverage
code-coverage cypress e2e-test vue
Last synced: about 2 months ago
JSON representation
Example Project that generate Code Coverage from Cypress E2E Test
- Host: GitHub
- URL: https://github.com/nottyo/cypress-e2e-code-coverage
- Owner: nottyo
- Created: 2019-07-06T09:47:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:32:31.000Z (about 2 years ago)
- Last Synced: 2023-03-03T13:26:42.633Z (almost 2 years ago)
- Topics: code-coverage, cypress, e2e-test, vue
- Language: HTML
- Size: 3.41 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-e2e-code-coverage
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your E2E tests
```
yarn run e2e
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).