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
This is a tracking issue for the Onboard to Storybook Test via init project. Its purpose is to keep track of the overall status of the project and tasks and plan everything around it.
π Goals
Simplify installation of Storybook Test by offering a zero-config setup in more complex projects. This includes Next.js users and custom Vite or Vitest setups. Right now the addon will fail to finish its postinstall step if it detects an unsupported scenario.
Improve visibility & awareness of Storybook Test. By making testing more prominent during initial Storybook setup, new users are more likely to adopt this capability, or at least be aware of its existence.
Gain insight into what users intend to use Storybook for, by explicitly asking this question during setup. Do they plan on using Storybook for testing, documentation, both, or just development?
Avoid installing unnecessary dependencies. Based on the intended use, we can intelligently install only the packages the user will need.
Improve the usability and maintainability of the Storybook CLI. Right now the CLI is poorly designed, hard to maintain, and not user-friendly. Its output is verbose, cluttered and inconsistent. This is an opportunity to address all those issues by completely reimplementing the init command of the CLI. We plan to use Ink which allows us to provide a rich, interactive experience while being able to develop in Storybook and use known React patterns.
π§βπ€βπ§ Who: @ghengeveld and @ndelangen
This is a tracking issue for the Onboard to Storybook Test via init project. Its purpose is to keep track of the overall status of the project and tasks and plan everything around it.
π Goals
init
command of the CLI. We plan to use Ink which allows us to provide a rich, interactive experience while being able to develop in Storybook and use known React patterns.π© Milestones
New
init
CLICompatibility resolvers
experimental-nextjs-vite
in Next.js projects regardless of user choices #30228addon-test
#30227Showcase testing in template stories
create-storybook
optimizationsOther expandable scope
The text was updated successfully, but these errors were encountered: