JesusTheHun / storybook-addon-remix-react-router

Use your app router in your stories. A decorator made for Remix React Router and Storybook
Apache License 2.0
45 stars 11 forks source link

Access to the navigation actions through interaction tests? #28

Closed majoncas-ue closed 1 year ago

majoncas-ue commented 1 year ago

In storybook we are able to access actions trigerred from a story that are seen in the Actions tab through the parameters second argument from a "play" function and then I can validate that this action has been called. I'd like to be able to do the same thing but to access the "React router" tab actions. Basically I wish I could assert that a navigation action has been called upon clicking on my link. Is there any workaround ?

majoncas-ue commented 1 year ago

Finally I ended up implementing some decorators to get around this!

JesusTheHun commented 1 year ago

Do you mind sharing them?

majoncas-ue commented 1 year ago

Sure, here is the thread from Storybook Discord channel https://discord.com/channels/486522875931656193/1101148717349879892/1101149294515474443