Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite failed to run #3427

Closed
binomialstew opened this issue Apr 16, 2018 · 2 comments
Closed

Test suite failed to run #3427

binomialstew opened this issue Apr 16, 2018 · 2 comments
Labels
maintenance User-facing maintenance tasks question / support

Comments

@binomialstew
Copy link

This issue introduced to master over the last few days:

 Your test suite must contain at least one test.

      at node_modules/jest-cli/build/test_scheduler.js:157:22

Steps to reproduce

Clone storybook

yarn bootstrap --core && yarn test --core --image

storybook 4.0.0-alpha.2

@Hypnosphi
Copy link
Member

Hypnosphi commented Apr 16, 2018

You need to run cd examples/official-storybook && yarn build-storybook before image tests. But they actually only test that storyshot image test feature works itself (visual regression testing for our examples is covered better by Chromatic), so you shouldn't need to run it

https://github.com/storybooks/storybook/blob/master/CONTRIBUTING.md#cra-kitchen-sink---image-snapshots-using-storyshots

@binomialstew
Copy link
Author

Yes, they all pass after this. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks question / support
Projects
None yet
Development

No branches or pull requests

2 participants