-
Notifications
You must be signed in to change notification settings - Fork 1
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
RFC: Interactions #112
Comments
Note: Storybook instruments (monkey-patch) |
Intention of trying to reuse code for interaction with tests feel clunky as we need to define the interactions outside of the markdown file, but the interactions is dependent on the rendered content. Reference: https://github.com/malcolm-kee/react-showroom/tree/feature/run-fn |
Thinking out loud: maybe parse jest tests and then run it in browser??? |
After playing around with
|
Inspired by the upcoming StorybookJS Interaction Testing, I am thinking of introducing something similar to React Showroom.
Goals
Must-have
testing-library
as the programmatic way to run simulations.Nice-to-have
Challenges
The text was updated successfully, but these errors were encountered: