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

https://github.com/bahmutov/instrument-example

An example application used in my series of videos about Cypress and code coverage
https://github.com/bahmutov/instrument-example

cypress-code-coverage-example

Last synced: 5 months ago
JSON representation

An example application used in my series of videos about Cypress and code coverage

Awesome Lists containing this project

README

        

# instrument-example ![check-code-coverage](https://img.shields.io/badge/code--coverage-100%25-brightgreen) [![ci status][ci image]][ci url]

Example application used to show Cypress end-to-end tests with code coverage. See the short videos below

- [How to instrument react-scripts web application for code coverage](https://youtu.be/edgeQZ8UpD0)
- [Using start-server-and-test to start app, run tests and shut everything down](https://youtu.be/mYXXSvcmQ6Y)
- [Get code coverage reports from Cypress tests](https://youtu.be/y8StkffYra0)
- [Excluding code from code coverage reports](https://youtu.be/DlceMpRpbAw)
- [Linting Cypress code using ESLint and eslint-plugin-cypress](https://youtu.be/-YgitwmwFo0)
- [Use Chromium Dev browser to run Cypress tests](https://youtu.be/3LuVZgd4Ib4)
- [Check code coverage robustly using 3rd party tool](https://youtu.be/dwU5gUG2-EM)
- [Adding code coverage badge to your project](https://youtu.be/bNVRxb-MKGo)
- [Show code coverage in commit status check](https://youtu.be/AAl4HmJ3YuM)
- [Checking code coverage on pull request](https://youtu.be/9Eq_gIshK0o)

The entire playlist is available at [Cypress Tips & Tricks](https://www.youtube.com/playlist?list=PLP9o9QNnQuAYYRpJzDNWpeuOVTwxmIxcI)

[ci image]: https://github.com/bahmutov/instrument-example/workflows/ci/badge.svg?branch=master
[ci url]: https://github.com/bahmutov/instrument-example/actions