Open
Description
What problem does this feature solve?
I would like to propose you to give the ability to developers to register custom commands like wrapper.findElementWithTestIdAttribute()
.isVisible() or wrapper.findVueAndEmit(selector, ['event', ...args])
. This is my needs, that i work around with some helpers. This is for example, a feature shipped with Cypress. What do you think ? Does it sound a good idea ?
What does the proposed API look like?
The API doesn't seems to propose this feature.