Skip to content

Smoke Test Flag #15952

Answered by shilman
kateefimova-eb asked this question in General
Discussion options

You must be logged in to vote

here's literally what it does:

    process.exit(
      managerWarnings.length > 0 || (previewWarnings.length > 0 && !options.ignorePreview) ? 1 : 0
    );

where managerWarnings/previewWarnings are webpack warnings. So you could run yarn storybook and take a look at the warnings which are causing the smoke test to fail.

i'm also working on a test runner that's part of our interaction testing project. that will go through and try to render each story and fail if any of the stories fail, which is a slightly more thorough test. ETA 6.5 release

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kateefimova-eb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants