Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yannbf/storybook-coverage-recipes


https://github.com/yannbf/storybook-coverage-recipes

Last synced: 2 months ago
JSON representation

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)