Question to #Symfony folks. How do you test your #Stimulus controllers with #AssetMapper? I really, really don't want to go WebPack route and install Node and half of the Internet just for testing. Any help is appreciated. #PHP #JavaScript
@menelion I don't test them in isolation.
Instead I have a test suite with playwright / bdd in place.
Would be interested in other voices, too.
The symfony docs have no testing section for that as far as I see.