Skip to content

bahmutov/storybook-code-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storybook code coverage

This is an example of how to set up a create-react-app application so that it collects coverage from:

  • visual regression tests (storybook/chromatic)
  • unit tests (jest)
  • integration tests (cypress)

You can view a report for each type of test, or view the coverage of all tests together.

yarn yarn coverage open coverage/merged/lcov-report/index.html 

About

Storybook code coverage example and combine with integration, unit test coverage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • HTML 12.3%
  • CSS 2.6%