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
- Host: GitHub
- URL: https://github.com/bahmutov/instrument-example
- Owner: bahmutov
- Created: 2020-05-02T21:19:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T11:24:58.000Z (over 2 years ago)
- Last Synced: 2024-12-27T20:55:38.371Z (6 months ago)
- Topics: cypress-code-coverage-example
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLP9o9QNnQuAYYRpJzDNWpeuOVTwxmIxcI
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instrument-example  [![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