-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Do a proper full test of CLI in CI #1746
Comments
Looking for someone who wants to pick this up! |
In case of CRA/CRNA templates, we should also check that things work with current version of the boilerplate (see your concern). In that case we can't use snapshots as they will change because of external reasons. Those compatibility checks should run on |
Alternatively, we could add |
I like that idea @Hypnosphi |
I'm not sure though that greenkeeper can track non-root package.json |
Greenkeeper may not be able to help us there, but it's not like we're without hope. We can can implement our own helpers to stay up to date. |
Or we can just use latest versions, but make cli build non-required |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. We do try to do some housekeeping every once in a while so inactive issues will get closed after 90 days. Thanks! |
Fixed with #1767 |
We've had some regressions in the @storybook/cli package lately.
This is a clear signal we need proper tests that cover this behavior.
I would love for someone with great testing skills to add a script that properly tests the CLI.
I envision we have some basic fixtures of possible projects. Much like how lerna has fixtures for their commands
And then we run the CLI on it, and expect the output to match a snapshot.
The text was updated successfully, but these errors were encountered: