DEV Community

Discussion on: What are your end-to-end testing struggles?

Collapse
 
niorad profile image
Antonio Radovcic • Edited

My struggle currently is that, while my WebComponent/LitElement-Based Project can use Jest, there is nothing like Enzyme for WC. Only way to test clicking and styles is to fire up a real browser.