Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).