https://cypress.io logo
hi! does anyone have good examples/blogs/any info ...
# e2e-testing
m
hi! does anyone have good examples/blogs/any info of cypress e2e with vuetify? particularly hard to find any. General question, when for example a UI framework offers a component, let's say a calendar, is my only option to use it via cypress is to rely on framework's provided classes( "tbody > :nth-child(1) > :nth-child(2) > .v-btn" ) ? they don't change often(ever?), but still not always readable in a test file.
3 Views