Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannbf/storybook-coverage-recipes
https://github.com/yannbf/storybook-coverage-recipes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yannbf/storybook-coverage-recipes
- Owner: yannbf
- Created: 2022-07-11T14:06:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T06:34:43.000Z (11 months ago)
- Last Synced: 2024-10-07T17:03:17.014Z (3 months ago)
- Language: JavaScript
- Size: 74.9 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook Coverage Recipes
This repository serves as an example of projects using the Storybook test runner (`@storybook/test-runner`) to generate code coverage for the components that render in Storybook, as well as the necessary steps to setup the coverage correctly, which may vary between projects of different frameworks and builders (Webpack, Vite).
## Webpack
- [Angular](https://github.com/yannbf/storybook-coverage-recipes/tree/main/angular)
- [React](https://github.com/yannbf/storybook-coverage-recipes/tree/main/react)
- [Create React App + TypeScript](https://github.com/yannbf/storybook-coverage-recipes/tree/main/cra_typescript)
- [Lit 2](https://github.com/yannbf/storybook-coverage-recipes/tree/main/web_components_typescript)
- [HTML](https://github.com/yannbf/storybook-coverage-recipes/tree/main/html)
- [Preact](https://github.com/yannbf/storybook-coverage-recipes/tree/main/preact)
- [Vue](https://github.com/yannbf/storybook-coverage-recipes/tree/main/vue)
- [Vue 3](https://github.com/yannbf/storybook-coverage-recipes/tree/main/vue3)## Vite
- [React](https://github.com/yannbf/storybook-coverage-recipes/tree/main/react_vite)
- [Svelte](https://github.com/yannbf/storybook-coverage-recipes/tree/main/svelte_vite)
- [Vue 3](https://github.com/yannbf/storybook-coverage-recipes/tree/main/vue3_vite)
- [Angular](https://github.com/yannbf/storybook-coverage-recipes/tree/main/angular_vite)