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
I've also validated that we can run it locally (with npm run test-storybook) and in CI (which uses Chromatic to run the interaction tests).
Let's look into doing a few things:
Move all relevant tests out of standalone Jest and into Storybook play functions. This gives us the ability to rely on the existing stories that have been written to set up test cases, and also could (if we move all tests) allow us to simply drop all the testing dependencies.
Collect coverage stats and forward them on to Codecov.
The text was updated successfully, but these errors were encountered:
I've already created one play function for one of the stories, here's the relevant snipped from a recent commit:
react-value-flash/stories/Flash.stories.tsx
Lines 105 to 113 in 5a32b0f
I've also validated that we can run it locally (with
npm run test-storybook
) and in CI (which uses Chromatic to run the interaction tests).Let's look into doing a few things:
The text was updated successfully, but these errors were encountered: