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.

@hellpat they used to have a Jest-based solution but they deprecated it for the very reason: "In 2025 (at that time) we can't make developers install Jest and its 250 dependencies" (quote not exact but very close to text).