Optimize controls for test automation
-
The wish is make each component as easy automatable as possible
At the moment each components have a very nested DOM structure which make them really difficult to test using such frameworks like WebDriver, which look for at DOM in order to read or interact with an element.
Also, upgrading quasar version the structure could change and the tests will break downIs there any suggestion on how correctly doing this?