Anyone have testing tricks for live components?

I really want to test my live components without having to test them in a specific live view. Has anyone found a nice way to test live components themselves? This is especially valuable for components that are reused all over the place.

I don’t mind testing the end-to-end functionality in live view tests as well, just want to assert on the component itself and be able to properly do TDD with components.

Co-ask please

What do you mean?

Does this GitHub - phenixdigital/phoenix_storybook: A pluggable storybook for your Phoenix components. help? I’ve had it bookmarked for a while but not tried it myself.