generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Everything runs smoothly with pnpm test-storybook
. On the other hand, pnpm test-storybook --coverage
returns an empty coverage report.
Steps to reproduce the behavior
- Run
pnpm storybook
- Run
pnpm test-storybook --coverage
- Console Coverage Summary will be empty (no files found)
- coverage/storybook/coverage-storybook.json only contains
{}
Expected behavior
Show **/*.tsx
files on the report.
Screenshots and/or logs
EMPTY Coverage (Console) Report
Environment
- OS: Ubuntu 22.04.2 (WSL)
- Node.js version: v20.9.0
- PNPM version: 8.10.2 -> Also happens with NPM version: 10.1.0
- Browser (if applicable): chrome
- Browser version (if applicable): Not Sure (installed through playwright
pnpm exec playwright install
+pnpm exec playwright install-deps
) - Device (if applicable): Not Applicable
sebaguozden, SMoreno-dev, FacuBar, mvshmakov, DawidWraga and 5 moresebaguozden, SMoreno-dev and McSam27
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working