UI Testing in Javascript and not Java

Hello all,

I have been using vaadin components in my JS code. Has anyone here been successful in testing UIs using vaadin components? If so what libraries/tools did you use? I don’t know Java so I can not use any tools/libraries that need me to use Java.

I am developing on a Mac…

Hello, we recommend a set of tools by Open Web Components: https://open-wc.org/testing/

They have a config preset for karma test runner that works great with web components.