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.