Inspired by the upcoming StorybookJS Interaction Testing, I am thinking of introducing something similar to React Showroom.
Goals
- Allow docs viewer to see a sequence of interactions in browser directly
Must-have
- use
testing-library as the programmatic way to run simulations.
Nice-to-have
- Allowing reusing code for the interaction demo and tests, following our philosophy of reusing existing dev workflow instead of reinvent one.
- Undo/redo the interaction steps
- Ability to run the interaction step-by-step
Challenges
- Because we're using markdown instead of javascript, it is probably challenging to achieve nice-to-have 1.
Inspired by the upcoming StorybookJS Interaction Testing, I am thinking of introducing something similar to React Showroom.
Goals
Must-have
testing-libraryas the programmatic way to run simulations.Nice-to-have
Challenges