Not all automated testing tools support Shadow DOM in web components

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
There isn't much more to say; it's all in the title. Many automated testing tools are a collection of JavaScript functions you run on a page. Most of those rely on querying the DOM. If a tool doesn't consider shadow trees, it only catches accessibility errors in the Light DOM, which may give you a wrong sense of safety and potentially affect your...