Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahmutov/todomvc-express-api-test-coverage
Example measuring the backend test coverage using Cypress API tests
https://github.com/bahmutov/todomvc-express-api-test-coverage
code-coverage cypress cypress-example
Last synced: 13 days ago
JSON representation
Example measuring the backend test coverage using Cypress API tests
- Host: GitHub
- URL: https://github.com/bahmutov/todomvc-express-api-test-coverage
- Owner: bahmutov
- Created: 2021-01-06T02:56:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T17:28:06.000Z (about 4 years ago)
- Last Synced: 2024-12-17T15:49:05.992Z (23 days ago)
- Topics: code-coverage, cypress, cypress-example
- Language: JavaScript
- Homepage: https://glebbahmutov.com/blog/backend-coverage/
- Size: 268 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todomvc-express-api-test-coverage [![CircleCI](https://circleci.com/gh/bahmutov/todomvc-express-api-test-coverage/tree/main.svg?style=svg)](https://circleci.com/gh/bahmutov/todomvc-express-api-test-coverage/tree/main) [![codecov](https://codecov.io/gh/bahmutov/todomvc-express-api-test-coverage/branch/main/graph/badge.svg?token=DSYTIhKFYG)](https://codecov.io/gh/bahmutov/todomvc-express-api-test-coverage)
> Example measuring the backend test coverage using Cypress API tests
Read the blog post [Backend Code Coverage from Cypress API tests](https://glebbahmutov.com/blog/backend-coverage/)
## See also
- [bahmutov/todomvc-express](https://github.com/bahmutov/todomvc-express) shows Cypress UI tests for this project