You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by KennethSlade July 14, 2022
When I run test-storybook in version 6.5.9, I only see my *.stories.js files get run and pass. I don't see any of my .stories.mdx files, even though stories are specified in main.js as both being valid:
npm test
> my-storybook@0.5.2 test
> test-storybook --url http://localhost:4000
PASS browser: chromium src/artifacts/xxxxxxx.stories.js
PASS browser: chromium src/artifacts/yyyyyyy.stories.js
Test Suites: 2 passed, 2 total
Tests: 6 passed, 6 total
Snapshots: 0 total
Time: 5.024 s
Ran all test suites.
I have about 10 .stories.mdx files that aren't being picked up. Most of my stories in those files have play added to the Story elements, and the interaction tests work in the browser, which is okay, but I was hoping to see them execute with test-storybook for CI purposes.
Am I missing a configuration option or something or is this a bug?
The text was updated successfully, but these errors were encountered:
Discussed in #18718
Originally posted by KennethSlade July 14, 2022
When I run
test-storybook
in version6.5.9
, I only see my*.stories.js
files get run and pass. I don't see any of my.stories.mdx
files, even though stories are specified inmain.js
as both being valid:Storybook packages from
package.json
:Output looks like:
I have about 10
.stories.mdx
files that aren't being picked up. Most of my stories in those files haveplay
added to the Story elements, and the interaction tests work in the browser, which is okay, but I was hoping to see them execute withtest-storybook
for CI purposes.Am I missing a configuration option or something or is this a bug?
The text was updated successfully, but these errors were encountered: